1
0
mirror of https://github.com/php/php-src.git synced 2026-04-21 15:08:16 +02:00
Files
archived-php-src/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
T

16 lines
437 B
PHP

--TEST--
mb_output_handler() (Shift_JIS)
--SKIPIF--
<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--INI--
output_handler=mb_output_handler
internal_encoding=Shift_JIS
output_encoding=EUC-JP
--FILE--
<?php
// Shift_JIS
var_dump("テスト用日本語文字列。このモジュールはPHPにマルチバイト関数を提供します。");
?>
--EXPECT--
string(73) "・ニ・ケ・ネヘムニワククサ昀」、ウ、ホ・筵ク・蝪シ・マPHP、ヒ・゙・チ・ミ・、・ネエリソ。、キ、゙、ケ。」"