From: Felipe Pena Date: Mon, 11 Feb 2008 15:46:51 +0000 (+0000) Subject: Fix test (UEXPECTF) X-Git-Tag: RELEASE_2_0_0a1~533 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8b4f61cf0041dc3ba80da41f6408438c5008c3f1;p=php Fix test (UEXPECTF) --- diff --git a/ext/standard/tests/array/array_map_variation14.phpt b/ext/standard/tests/array/array_map_variation14.phpt index a673277043..6400789731 100644 --- a/ext/standard/tests/array/array_map_variation14.phpt +++ b/ext/standard/tests/array/array_map_variation14.phpt @@ -132,7 +132,7 @@ array(2) { [0]=> int(1) [1]=> - string(3) "one" + unicode(3) "one" [2]=> float(1.1) } @@ -141,7 +141,7 @@ array(2) { [0]=> int(2) [1]=> - string(3) "two" + unicode(3) "two" [2]=> float(2.2) } @@ -152,7 +152,7 @@ array(2) { [0]=> int(1) [1]=> - string(3) "one" + unicode(3) "one" [2]=> float(1.1) } @@ -161,7 +161,7 @@ array(2) { [0]=> int(2) [1]=> - string(3) "two" + unicode(3) "two" [2]=> float(2.2) } @@ -173,7 +173,7 @@ array(2) { [0]=> int(1) [1]=> - string(3) "one" + unicode(3) "one" [2]=> float(1.1) } @@ -182,7 +182,7 @@ array(2) { [0]=> int(2) [1]=> - string(3) "two" + unicode(3) "two" [2]=> float(2.2) }