From 07ae8a9b02619dbebb8e19b3071c5751d131b10c Mon Sep 17 00:00:00 2001 From: Antony Dovgal Date: Fri, 4 May 2007 08:27:26 +0000 Subject: [PATCH] fix machine dependent test --- Zend/tests/double_to_string.phpt | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) 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" -- 2.50.1