mirror of
https://github.com/php/php-src.git
synced 2025-01-20 10:43:40 +08:00
Fix test, and merge the modification from trunk
This commit is contained in:
parent
27208de763
commit
523396cb28
@ -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…
Reference in New Issue
Block a user