1
0
mirror of https://github.com/php/php-src.git synced 2026-04-25 00:48:25 +02:00

fixed test case failures.

This commit is contained in:
Rui Hirokawa
2011-09-11 12:29:00 +00:00
parent 01bb437b85
commit 5ae70c757b
+1 -1
View File
@@ -6,7 +6,7 @@ if (!extension_loaded('mbstring')) die('skip mbstring not enabled');
?>
--FILE--
<?php
mb_regex_encoding('iso-8859-1');
$test_str = 'Iñtërnâtiônàlizætiøn';
if(mb_ereg_search_init($test_str))