--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (1)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (1)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (2)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (2)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (3)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (3)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (4)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (4)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (5)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (5)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (6)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (6)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (7)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (7)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=html
+mbstring.http_output_conv_mimetypes=html
--FILE--
<?php
mb_http_output("EUC-JP");
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (8)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (8)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=html
+mbstring.http_output_conv_mimetypes=html
--FILE--
<?php
mb_http_output("EUC-JP");
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (9)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (9)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=html
+mbstring.http_output_conv_mimetypes=html
--FILE--
<?php
mb_http_output("EUC-JP");
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (10)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (10)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=html
+mbstring.http_output_conv_mimetypes=html
--FILE--
<?php
mb_http_output("EUC-JP");
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (11)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (11)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex (12)
+mb_output_handler() and mbstring.http_output_conv_mimetypes (12)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex alteration in runtime (1)
+mb_output_handler() and mbstring.http_output_conv_mimetypes alteration in runtime (1)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=plain
+mbstring.http_output_conv_mimetypes=plain
--FILE--
<?php
mb_http_output("EUC-JP");
-ini_set('mbstring.http_output_content_type_regex', 'text');
+ini_set('mbstring.http_output_conv_mimetypes', 'text');
header("Content-Type: text/html");
ob_start();
ob_start('mb_output_handler');
--TEST--
-mb_output_handler() and mbstring.http_output_content_type_regex alteration in runtime (2)
+mb_output_handler() and mbstring.http_output_conv_mimetypes alteration in runtime (2)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
mbstring.internal_encoding=UTF-8
-mbstring.http_output_content_type_regex=html
+mbstring.http_output_conv_mimetypes=html
--FILE--
<?php
mb_http_output("EUC-JP");
-ini_set('mbstring.http_output_content_type_regex', 'application');
+ini_set('mbstring.http_output_conv_mimetypes', 'application');
header("Content-Type: text/html");
ob_start();
ob_start('mb_output_handler');