From 06cfa710b43d8035bc4067f1326cead1d51f4ea7 Mon Sep 17 00:00:00 2001 From: Dmitry Stogov Date: Mon, 27 Mar 2006 10:15:02 +0000 Subject: [PATCH] Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed test --- ext/standard/tests/strings/strtr.phpt | 4 +++- 1 file changed, 3 insertions(+), 1 deletion(-) 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! #" -- 2.50.1