From: Dmitry Stogov Date: Wed, 7 Dec 2005 14:32:42 +0000 (+0000) Subject: Fixed test X-Git-Tag: RELEASE_1_0_4~486 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=25d6294650963c0b9c78398f02939717e9620e9e;p=php Fixed test --- diff --git a/ext/standard/tests/array/bug35022.phpt b/ext/standard/tests/array/bug35022.phpt index e3f5386482..ae4069601f 100644 --- a/ext/standard/tests/array/bug35022.phpt +++ b/ext/standard/tests/array/bug35022.phpt @@ -19,3 +19,9 @@ two => 2 one => 1 string(3) "one" int(1) +--UEXPECT-- +three => 3 +two => 2 +one => 1 +unicode(3) "one" +int(1)