From: Antony Dovgal Date: Wed, 5 Oct 2005 09:00:14 +0000 (+0000) Subject: fix test X-Git-Tag: RELEASE_0_9_0~4 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=2cf16cf9422302e2536bba4a855a7255fc31c411;p=php fix test --- diff --git a/ext/standard/tests/array/bug30833.phpt b/ext/standard/tests/array/bug30833.phpt index 641b6a3076..bd540917d3 100644 --- a/ext/standard/tests/array/bug30833.phpt +++ b/ext/standard/tests/array/bug30833.phpt @@ -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) {