]> granicus.if.org Git - php/commitdiff
fix machine dependent test
authorAntony Dovgal <tony2001@php.net>
Fri, 4 May 2007 08:27:26 +0000 (08:27 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 4 May 2007 08:27:26 +0000 (08:27 +0000)
Zend/tests/double_to_string.phpt

index 8621448d57f2250367b1a03947de56e81e3f36f7..1b50e710aeac061629e78248107c048fcbf859d3 100644 (file)
@@ -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"