]> granicus.if.org Git - php/commitdiff
fix tests
authorAntony Dovgal <tony2001@php.net>
Fri, 13 Jul 2007 15:42:31 +0000 (15:42 +0000)
committerAntony Dovgal <tony2001@php.net>
Fri, 13 Jul 2007 15:42:31 +0000 (15:42 +0000)
Zend/tests/array_append_COW.phpt
Zend/tests/array_unshift_COW.phpt
Zend/tests/double_to_string_64bit.phpt

index aacbe79e86818d147f22cd01ce1e60f26005c9ab..31c09ae92dba9b61d965e7ef010aec1061eae848 100644 (file)
@@ -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--
 <?php
        $a=array();
@@ -19,4 +18,4 @@ array(1) {
 array(1) {
   [0]=>
   int(1)
-}
\ No newline at end of file
+}
index 864fc29e33e912aed7f3d9b2ea6b38a46b0bbbb7..1a0d8148a0e0e5f28723f56ed21b74afdf20791e 100644 (file)
@@ -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--
 <?php
        $a=array();
@@ -19,4 +18,4 @@ array(1) {
 array(1) {
   [0]=>
   int(1)
-}
\ No newline at end of file
+}
index 5ecb1a60672942d33c1d021908153aa07e81686a..da16eb6c12191675608581500277ac27569fa27e 100644 (file)
@@ -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