We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent ae475bd commit 6a3e880Copy full SHA for 6a3e880
1 file changed
tests/Type/StringifyTest.php
@@ -73,7 +73,7 @@ public static function provideCases(): iterable
73
yield [floatT(1.23000e-2), '0.0123'];
74
yield [floatT(PHP_FLOAT_EPSILON), '0.00000000000000022204460492503'];
75
76
- if (PHP_VERSION_ID >= 80300) {
+ if (\PHP_VERSION_ID >= 80400) {
77
yield [floatT(PHP_FLOAT_MIN), '0.000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000000022250738585000'];
78
}
79
0 commit comments