moriyoshi               Sun Nov  3 15:35:46 2002 EDT

  Added files:                 
    /php4/ext/mbstring/tests    mb_output_handler_shift_jis.phpt 
  Log:
  Added a new test
  
  

Index: php4/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
+++ php4/ext/mbstring/tests/mb_output_handler_shift_jis.phpt
--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) "・ニ・ケ・ネヘムニヒワクハクサホ。」、ウ、ホ・筵ク・蝪シ・、マPHP、ヒ・゙・・チ・ミ・、・ネエリソ、トカ。、キ、゙、ケ。」"



-- 
PHP CVS Mailing List (http://www.php.net/)
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to