Skip to content

Commit 523396c

Browse files
committed
Fix test, and merge the modification from trunk
1 parent 27208de commit 523396c

File tree

1 file changed

+3
-3
lines changed

1 file changed

+3
-3
lines changed

ext/mbstring/tests/mb_eregi_replace.phpt

Lines changed: 3 additions & 3 deletions
Original file line numberDiff line numberDiff line change
@@ -29,9 +29,9 @@ function do_translit($st) {
2929
return $st;
3030
}
3131

32-
echo do_translit("Фуцк");
32+
echo do_translit("Пеар");
3333
?>
3434
--EXPECT--
35-
Fuck
35+
Pear
3636
--CREDITS--
37-
Testfest Wuerzburg 2009-06-20
37+
Testfest Wuerzburg 2009-06-20 (modified by rui 2011-10-15)

0 commit comments

Comments
 (0)