Browse Source

Fix test, and merge the modification from trunk

pull/18/head
Xinchen Hui 15 years ago
parent
commit
523396cb28
  1. 6
      ext/mbstring/tests/mb_eregi_replace.phpt

6
ext/mbstring/tests/mb_eregi_replace.phpt

@ -29,9 +29,9 @@ function do_translit($st) {
return $st;
}
echo do_translit("Фуцк");
echo do_translit("Пеар");
?>
--EXPECT--
Fuck
Pear
--CREDITS--
Testfest Wuerzburg 2009-06-20
Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)
Loading…
Cancel
Save