diff options
author | Dmitry Stogov <dmitry@zend.com> | 2014-04-10 23:07:00 +0400 |
---|---|---|
committer | Dmitry Stogov <dmitry@zend.com> | 2014-04-10 23:07:00 +0400 |
commit | ca05f965e3434a7eaf319251594cc0cda5f19ec4 (patch) | |
tree | 1bbc612235c5b4c1035e7b3b958fe0091172e2cf | |
parent | c54768bd60f1d78e7f4eea6ac56ab3d7c6fa8cd0 (diff) | |
download | php-git-ca05f965e3434a7eaf319251594cc0cda5f19ec4.tar.gz |
Fixed tests (added missing zend.multibyte=On)
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-10.phpt | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-11.phpt | 2 | ||||
-rw-r--r-- | ext/mbstring/tests/zend_multibyte-12.phpt | 2 |
3 files changed, 6 insertions, 0 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-10.phpt b/ext/mbstring/tests/zend_multibyte-10.phpt index a5ba74d50d..566c506077 100644 --- a/ext/mbstring/tests/zend_multibyte-10.phpt +++ b/ext/mbstring/tests/zend_multibyte-10.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (10) --SKIPIF-- +--INI-- +zend.multibyte=On --FILE-- <?php declare(encoding="ISO-8859-15"); diff --git a/ext/mbstring/tests/zend_multibyte-11.phpt b/ext/mbstring/tests/zend_multibyte-11.phpt index 0b59e75fb5..8a93ab50cf 100644 --- a/ext/mbstring/tests/zend_multibyte-11.phpt +++ b/ext/mbstring/tests/zend_multibyte-11.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (11) --SKIPIF-- +--INI-- +zend.multibyte=On --FILE-- <?php declare(encoding="ISO-8859-15") { diff --git a/ext/mbstring/tests/zend_multibyte-12.phpt b/ext/mbstring/tests/zend_multibyte-12.phpt index d7207e49d7..cefa314e91 100644 --- a/ext/mbstring/tests/zend_multibyte-12.phpt +++ b/ext/mbstring/tests/zend_multibyte-12.phpt @@ -1,6 +1,8 @@ --TEST-- zend multibyte (12) --SKIPIF-- +--INI-- +zend.multibyte=On --FILE-- <?php declare(encoding="ISO-8859-15"); |