mirror of
https://github.com/php/php-src.git
synced 2025-01-19 18:24:15 +08:00
18 lines
336 B
PHP
18 lines
336 B
PHP
--TEST--
|
|
ob_iconv_handler()
|
|
--SKIPIF--
|
|
<?php include('skipif.inc'); ?>
|
|
--INI--
|
|
error_reporting=2039
|
|
--FILE--
|
|
<?php
|
|
/* include('test.inc'); */
|
|
iconv_set_encoding('internal_encoding', 'EUC-JP');
|
|
iconv_set_encoding('output_encoding', 'Shift_JIS');
|
|
ob_start('ob_iconv_handler');
|
|
print "、「、、、ヲ、ィ、ェ";
|
|
ob_end_flush();
|
|
?>
|
|
--EXPECT--
|
|
あいうえお
|