diff options
| author | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-29 15:41:30 +0900 |
|---|---|---|
| committer | Yasuo Ohgaki <yohgaki@php.net> | 2014-01-29 15:41:30 +0900 |
| commit | d941ac5b4f4a53a5e081ede47e36665f62ad7bea (patch) | |
| tree | 0a0f722162a7758f2e00b74b0e948c63552f6dc1 /ext/mbstring/tests/zend_multibyte-02.phpt | |
| parent | 79cbcd9ded58824ab40378c469bf91878a226281 (diff) | |
| download | php-git-d941ac5b4f4a53a5e081ede47e36665f62ad7bea.tar.gz | |
Fixed zend.multibyte tests partially
Diffstat (limited to 'ext/mbstring/tests/zend_multibyte-02.phpt')
| -rw-r--r-- | ext/mbstring/tests/zend_multibyte-02.phpt | 6 |
1 files changed, 2 insertions, 4 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-02.phpt b/ext/mbstring/tests/zend_multibyte-02.phpt index 8e15ae8849..84eae89d9e 100644 --- a/ext/mbstring/tests/zend_multibyte-02.phpt +++ b/ext/mbstring/tests/zend_multibyte-02.phpt @@ -1,8 +1,6 @@ --TEST-- zend multibyte (2) --SKIPIF-- ---XFAIL-- -https://bugs.php.net/bug.php?id=66582 --INI-- zend.multibyte=On zend.script_encoding=UTF-8 @@ -11,5 +9,5 @@ mbstring.internal_encoding=CP932 <?php 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. |
