1--TEST--
2zend multibyte (6)
3--XFAIL--
4https://bugs.php.net/bug.php?id=66582
5--INI--
6zend.multibyte=On
7zend.script_encoding=EUC-JP
8mbstring.internal_encoding=CP932
9--FILE--
10<?php
11declare(encoding="UTF-8");
12var_dump(bin2hex("テスト"));
13?>
14--EXPECTF--
15php: Zend/zend_language_scanner.l:%d: encoding_filter_script_to_internal: Assertion `internal_encoding && zend_multibyte_check_lexer_compatibility(internal_encoding)' failed.
16