php-src/ext/mbstring/tests/zend_multibyte-03.phpt

14 lines
213 B
Plaintext
Raw Normal View History

2008-07-24 22:21:41 +00:00
--TEST--
zend multibyte (3)
2008-07-25 10:48:20 +00:00
--SKIPIF--
2008-07-24 22:21:41 +00:00
--INI--
zend.multibyte=On
zend.script_encoding=UTF-8
2008-07-24 22:21:41 +00:00
mbstring.internal_encoding=EUC-JP
--FILE--
<?php
var_dump(bin2hex("テスト"));
?>
--EXPECT--
string(12) "a5c6a5b9a5c8"