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

17 lines
288 B
Plaintext
Raw Normal View History

2008-07-24 22:21:41 +00:00
--TEST--
zend multibyte (6)
2008-07-25 10:48:20 +00:00
--SKIPIF--
--XFAIL--
https://bugs.php.net/bug.php?id=66582
2008-07-24 22:21:41 +00:00
--INI--
zend.multibyte=On
zend.script_encoding=EUC-JP
2008-07-24 22:21:41 +00:00
mbstring.internal_encoding=CP932
--FILE--
<?php
declare(encoding="UTF-8");
var_dump(bin2hex("テスト"));
?>
--EXPECT--
string(12) "836583588367"