]> granicus.if.org Git - php/commitdiff
Fixed test for commit 997be125eb0228c5b1b6dd278f617791e71192c6
authorYasuo Ohgaki <yohgaki@php.net>
Mon, 12 May 2014 06:31:48 +0000 (15:31 +0900)
committerYasuo Ohgaki <yohgaki@php.net>
Mon, 12 May 2014 06:35:16 +0000 (15:35 +0900)
ext/mbstring/tests/mb_eregi_replace.phpt

index 22ba0af13d62248500cf517164e441b88e909752..0405d8984c496bfc67bf71201ba7b0530ee6536e 100644 (file)
@@ -27,8 +27,9 @@ function do_translit($st) {
         $st = mb_eregi_replace($i,$u,$st);
     }
     return $st;
-} 
+}
 
+mb_regex_encoding('ISO-8859-1');
 echo do_translit("Пеар");
 ?>
 --EXPECT--