From: Dmitry Stogov Date: Mon, 27 Mar 2006 10:15:02 +0000 (+0000) Subject: Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed... X-Git-Tag: RELEASE_1_3~234 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=06cfa710b43d8035bc4067f1326cead1d51f4ea7;p=php Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed test --- diff --git a/ext/standard/tests/strings/strtr.phpt b/ext/standard/tests/strings/strtr.phpt index 80ed722b8e..1386612182 100644 --- a/ext/standard/tests/strings/strtr.phpt +++ b/ext/standard/tests/strings/strtr.phpt @@ -7,4 +7,6 @@ $trans = array("hello"=>"hi", "hi"=>"hello", "a"=>"A", "world"=>"planet"); var_dump(strtr("# hi all, I said hello world! #", $trans)); ?> --EXPECT-- -string(32) "# hello All, I sAid hi planet! #" \ No newline at end of file +string(32) "# hello All, I sAid hi planet! #" +--UEXPECT-- +unicode(32) "# hello All, I sAid hi planet! #"