diff options
Diffstat (limited to 'Zend/tests/numeric_string_errors.phpt')
-rw-r--r-- | Zend/tests/numeric_string_errors.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/numeric_string_errors.phpt b/Zend/tests/numeric_string_errors.phpt index 15dcd04461..83c948981b 100644 --- a/Zend/tests/numeric_string_errors.phpt +++ b/Zend/tests/numeric_string_errors.phpt @@ -88,7 +88,7 @@ int(0) Notice: A non well formed numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d -float(0.89473684210526) +float(0.8947368421052632) Warning: A non-numeric value encountered in %s on line %d @@ -101,7 +101,7 @@ float(NAN) Notice: A non well formed numeric value encountered in %s on line %d Notice: A non well formed numeric value encountered in %s on line %d -float(3.0910586430935E+39) +float(3.0910586430935376E+39) Warning: A non-numeric value encountered in %s on line %d |