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

index a43cf15bb5853d8e84a55a3aafbd727b055a8f56..d6d6b75d23672d92e8d4cc861f8d78a513ccc534 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]])
@@ -52,4 +54,4 @@ string(12) "peacrOiqng=="
 
 -- Multibyte string 2 --
 string(28) "6Kqe44OG44Kt44K544OI44Gn44GZ"
-Done
\ No newline at end of file
+Done