]> granicus.if.org Git - php/commitdiff
Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed...
authorDmitry Stogov <dmitry@php.net>
Mon, 27 Mar 2006 10:15:02 +0000 (10:15 +0000)
committerDmitry Stogov <dmitry@php.net>
Mon, 27 Mar 2006 10:15:02 +0000 (10:15 +0000)
ext/standard/tests/strings/strtr.phpt

index 80ed722b8e4c323fca0b0812c498147f2cde37d6..138661218273ef29d85c37660f2164595275191f 100644 (file)
@@ -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! #"