summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-01.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/zend_multibyte-01.phpt')
-rw-r--r--ext/mbstring/tests/zend_multibyte-01.phpt9
1 files changed, 2 insertions, 7 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-01.phpt b/ext/mbstring/tests/zend_multibyte-01.phpt
index d96e0f07d3..f2403abcac 100644
--- a/ext/mbstring/tests/zend_multibyte-01.phpt
+++ b/ext/mbstring/tests/zend_multibyte-01.phpt
@@ -1,14 +1,9 @@
--TEST--
zend multibyte (1)
--SKIPIF--
-<?php
-ini_set("mbstring.script_encoding","SJIS");
-if (ini_set("mbstring.script_encoding","SJIS") != "SJIS") {
- die("skip zend-multibyte is not available");
-}
-?>
--INI--
-mbstring.script_encoding=Shift_JIS
+zend.multibyte=On
+zend.script_encoding=Shift_JIS
mbstring.internal_encoding=Shift_JIS
--FILE--
<?php