From: Marcus Boerger Date: Wed, 21 Aug 2002 10:42:55 +0000 (+0000) Subject: Patch from Melvyn Sopacua finally fixes it (bug 19006). X-Git-Tag: RELEASE_0_91~346 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=a70640480ac84399c4c71497556564aa1464871a;p=php Patch from Melvyn Sopacua finally fixes it (bug 19006). --- diff --git a/ext/standard/tests/array/003.phpt b/ext/standard/tests/array/003.phpt index f2a7a352f3..2d24cc7f02 100644 --- a/ext/standard/tests/array/003.phpt +++ b/ext/standard/tests/array/003.phpt @@ -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)