Fixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed testFixed test

This commit is contained in:
Dmitry Stogov 2006-03-27 10:15:02 +00:00
parent ba72ff3fcc
commit 06cfa710b4

View 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! #"
string(32) "# hello All, I sAid hi planet! #"
--UEXPECT--
unicode(32) "# hello All, I sAid hi planet! #"