]> granicus.if.org Git - php/commitdiff
- fix test
authorJani Taskinen <jani@php.net>
Thu, 31 Jul 2008 11:49:56 +0000 (11:49 +0000)
committerJani Taskinen <jani@php.net>
Thu, 31 Jul 2008 11:49:56 +0000 (11:49 +0000)
ext/mbstring/tests/mb_substr_basic.phpt

index 41cc65b1d8aecfbcc817208a0718f71f92c148c4..8842e7a3d18c0cf324c578873b8fe5045ffb41a8 100644 (file)
@@ -5,6 +5,8 @@ Test mb_substr() function : basic functionality
 extension_loaded('mbstring') or die('skip');
 function_exists('mb_substr') or die("skip mb_substr() is not available in this build");
 ?>
+--INI--
+mbstring.internal_encoding=ISO-8859-1
 --FILE--
 <?php
 /* Prototype  : string mb_substr(string $str, int $start [, int $length [, string $encoding]])