From: Antony Dovgal Date: Fri, 13 Jul 2007 15:42:31 +0000 (+0000) Subject: fix tests X-Git-Tag: BEFORE_IMPORT_OF_MYSQLND~129 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d9d3c3ca087b140050b27b0da4a21448aaa0cb97;p=php fix tests --- diff --git a/Zend/tests/array_append_COW.phpt b/Zend/tests/array_append_COW.phpt index aacbe79e86..31c09ae92d 100644 --- a/Zend/tests/array_append_COW.phpt +++ b/Zend/tests/array_append_COW.phpt @@ -1,6 +1,5 @@ --TEST-- - Tests that array manipulation code is correctly dealing with copy on write and - splitting on reference. +Tests that array manipulation code is correctly dealing with copy on write and splitting on reference. --FILE-- int(1) -} \ No newline at end of file +} diff --git a/Zend/tests/array_unshift_COW.phpt b/Zend/tests/array_unshift_COW.phpt index 864fc29e33..1a0d8148a0 100644 --- a/Zend/tests/array_unshift_COW.phpt +++ b/Zend/tests/array_unshift_COW.phpt @@ -1,6 +1,5 @@ --TEST-- - Tests that array unshift code is correctly dealing with copy on write and - splitting on reference. +Tests that array unshift code is correctly dealing with copy on write and splitting on reference. --FILE-- int(1) -} \ No newline at end of file +} diff --git a/Zend/tests/double_to_string_64bit.phpt b/Zend/tests/double_to_string_64bit.phpt index 5ecb1a6067..da16eb6c12 100644 --- a/Zend/tests/double_to_string_64bit.phpt +++ b/Zend/tests/double_to_string_64bit.phpt @@ -56,3 +56,24 @@ string(7) "1.0E+19" string(7) "1.0E+37" string(1) "0" Done +--UEXPECTF-- +unicode(7) "2.9E+37" +unicode(18) "290000000000000000" +unicode(15) "290000000000000" +unicode(14) "29000000000000" +unicode(14) "29000000000000" +unicode(14) "29000000000001" +unicode(13) "29000.7123123" +unicode(15) "239234242.71231" +unicode(16) "0.12345678901235" +unicode(7) "1.0E+46" +unicode(7) "1.0E+33" +unicode(18) "100000000000000001" +unicode(19) "1000006000000000011" +unicode(15) "100000000000001" +unicode(11) "10000000000" +unicode(18) "999999999999999999" +unicode(7) "1.0E+19" +unicode(7) "1.0E+37" +unicode(1) "0" +Done