]> granicus.if.org Git - php/commitdiff
Patch from Melvyn Sopacua <msopacua@idg.nl> finally fixes it (bug 19006).
authorMarcus Boerger <helly@php.net>
Wed, 21 Aug 2002 10:42:55 +0000 (10:42 +0000)
committerMarcus Boerger <helly@php.net>
Wed, 21 Aug 2002 10:42:55 +0000 (10:42 +0000)
ext/standard/tests/array/003.phpt

index f2a7a352f316e36eb3de490252b6ad9206124a29..2d24cc7f027545d31af1eec9a89073068cac930c 100644 (file)
@@ -37,9 +37,9 @@ array(7) {
   ["-2147483648"]=>
   array(2) {
     [0]=>
-    int(0)
+    string(6) "banana"
     [1]=>
-    int(0)
+    string(6) "orange"
   }
   ["test"]=>
   int(27)
@@ -58,9 +58,9 @@ array(7) {
   ["-2147483648"]=>
   array(2) {
     [0]=>
-    int(0)
+    string(6) "banana"
     [1]=>
-    int(0)
+    string(6) "orange"
   }
   [-2147483648]=>
   float(-0.33333333333333)
@@ -83,9 +83,9 @@ array(7) {
   [1]=>
   array(2) {
     [0]=>
-    int(0)
+    string(6) "banana"
     [1]=>
-    int(0)
+    string(6) "orange"
   }
   [2]=>
   int(27)