diff options
Diffstat (limited to 'ext/mbstring/tests/casefold.phpt')
| -rw-r--r-- | ext/mbstring/tests/casefold.phpt | 2 |
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/tests/casefold.phpt b/ext/mbstring/tests/casefold.phpt index d0b96a9fb1..3bc02f26c9 100644 --- a/ext/mbstring/tests/casefold.phpt +++ b/ext/mbstring/tests/casefold.phpt @@ -6,6 +6,8 @@ extension_loaded('mbstring') or die('skip mbstring not available'); function_exists('mb_strtolower') and function_exists('mb_convert_case' ) or die("SKIP"); ?> +--INI-- +output_handler= --FILE-- <?php mb_internal_encoding( 'ISO-8859-1' ); |
