From: Antony Dovgal Date: Fri, 4 May 2007 08:27:26 +0000 (+0000) Subject: fix machine dependent test X-Git-Tag: RELEASE_1_2_0~173 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=07ae8a9b02619dbebb8e19b3071c5751d131b10c;p=php fix machine dependent test --- diff --git a/Zend/tests/double_to_string.phpt b/Zend/tests/double_to_string.phpt index 8621448d57..1b50e710ae 100644 --- a/Zend/tests/double_to_string.phpt +++ b/Zend/tests/double_to_string.phpt @@ -35,7 +35,7 @@ echo "Done\n"; --EXPECTF-- string(7) "2.9E+17" string(7) "2.9E+14" -string(14) "29000000000000" +string(%d) "2%s" string(14) "29000000000000" string(14) "29000000000001" string(13) "29000.7123123" @@ -53,7 +53,7 @@ Done --UEXPECTF-- unicode(7) "2.9E+17" unicode(7) "2.9E+14" -unicode(14) "29000000000000" +unicode(%d) "2%s" unicode(14) "29000000000000" unicode(14) "29000000000001" unicode(13) "29000.7123123"