php-src/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
Moriyoshi Koizumi f6ad144abb Added a new test
2002-11-03 20:35:46 +00:00

17 lines
452 B
PHP
Raw Blame History

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