]> granicus.if.org Git - php/commitdiff
Fix test, and merge the modification from trunk
authorXinchen Hui <laruence@php.net>
Thu, 22 Mar 2012 09:30:16 +0000 (17:30 +0800)
committerXinchen Hui <laruence@php.net>
Thu, 22 Mar 2012 09:30:16 +0000 (17:30 +0800)
ext/mbstring/tests/mb_eregi_replace.phpt

index dd6162c2515746dd0b40bdef112f8ec135554abf..22ba0af13d62248500cf517164e441b88e909752 100644 (file)
@@ -29,9 +29,9 @@ function do_translit($st) {
     return $st;
 } 
 
-echo do_translit("ФÑ\83Ñ\86к");
+echo do_translit("Ð\9fеаÑ\80");
 ?>
 --EXPECT--
-Fuck
+Pear
 --CREDITS--
-Testfest Wuerzburg 2009-06-20
+Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)