|
|
|
@ -1,8 +1,6 @@ |
|
|
|
--TEST-- |
|
|
|
zend multibyte (6) |
|
|
|
--SKIPIF-- |
|
|
|
--XFAIL-- |
|
|
|
https://bugs.php.net/bug.php?id=66582 |
|
|
|
--INI-- |
|
|
|
zend.multibyte=On |
|
|
|
zend.script_encoding=EUC-JP |
|
|
|
@ -12,5 +10,5 @@ mbstring.internal_encoding=CP932 |
|
|
|
declare(encoding="UTF-8"); |
|
|
|
var_dump(bin2hex("テスト")); |
|
|
|
?> |
|
|
|
--EXPECT-- |
|
|
|
string(12) "836583588367" |
|
|
|
--EXPECTF-- |
|
|
|
php: Zend/zend_language_scanner.l:%d: encoding_filter_script_to_internal: Assertion `internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)' failed. |