summaryrefslogtreecommitdiff
diff options
context:
space:
mode:
authorAntony Dovgal <tony2001@php.net>2007-06-27 17:04:15 +0000
committerAntony Dovgal <tony2001@php.net>2007-06-27 17:04:15 +0000
commit6e48ec45ddf853826888a0d1ff41027aeadc6e1d (patch)
tree208d027cf4f0202e5ec9fc533100cf672a07e824
parentaf85497e8f620c5960ca1c8e5d8ef513ef5e938a (diff)
downloadphp-git-6e48ec45ddf853826888a0d1ff41027aeadc6e1d.tar.gz
fix test
-rw-r--r--Zend/tests/double_to_string.phpt4
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"