diff options
-rw-r--r-- | Zend/tests/double_to_string.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index e799093845..2948b0b54c 100644 --- a/Zend/tests/double_to_string.phpt +++ b/Zend/tests/double_to_string.phpt @@ -35,9 +35,9 @@ echo "Done\n"; --EXPECTF-- string(7) "2.9E+17" string(7) "2.9E+14" -string(14) "29000000000000" string(%d) "2%s" -string(14) "29000000000001" +string(%d) "2%s" +string(%d) "29%d" string(13) "29000.7123123" string(15) "239234242.71231" string(16) "0.12345678901235" |