]> granicus.if.org Git - php/commitdiff
fix test
authorAntony Dovgal <tony2001@php.net>
Wed, 5 Oct 2005 09:00:14 +0000 (09:00 +0000)
committerAntony Dovgal <tony2001@php.net>
Wed, 5 Oct 2005 09:00:14 +0000 (09:00 +0000)
ext/standard/tests/array/bug30833.phpt

index 641b6a30765d20bda853a6f2400355a61542b9b5..bd540917d343e32f2fb7090dd739103536c2104b 100644 (file)
@@ -23,7 +23,7 @@ array(2) {
 array(2) {
   ["abc"]=>
   int(1)
-  [0]=>
+  ["0000"]=>
   int(1)
 }
 array(2) {
@@ -43,7 +43,7 @@ array(2) {
 array(2) {
   [u"abc"]=>
   int(1)
-  [0]=>
+  [u"0000"]=>
   int(1)
 }
 array(2) {