summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend_multibyte-06.phpt
diff options
context:
space:
mode:
authorMoriyoshi Koizumi <moriyoshi@php.net>2008-07-25 10:48:20 +0000
committerMoriyoshi Koizumi <moriyoshi@php.net>2008-07-25 10:48:20 +0000
commit935846db2bed90b1b87c43cb636e1b0c47b5ac9c (patch)
tree2ba4996cd451f4e5f5907a5793fbd5cebf6fd83f /ext/mbstring/tests/zend_multibyte-06.phpt
parent3770038a6606514b2af4d5458573759223f49f0c (diff)
downloadphp-git-935846db2bed90b1b87c43cb636e1b0c47b5ac9c.tar.gz
- Fix tests.
Diffstat (limited to 'ext/mbstring/tests/zend_multibyte-06.phpt')
-rw-r--r--ext/mbstring/tests/zend_multibyte-06.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/zend_multibyte-06.phpt b/ext/mbstring/tests/zend_multibyte-06.phpt
index 2816817ede..a6f4bbbf77 100644
--- a/ext/mbstring/tests/zend_multibyte-06.phpt
+++ b/ext/mbstring/tests/zend_multibyte-06.phpt
@@ -1,9 +1,9 @@
--TEST--
zend multibyte (6)
---SKIP--
+--SKIPIF--
<?php
ini_set("mbstring.script_encoding", "SJIS");
-ini_set("mbstring.script_encoding", "***") != "SJIS" or
+ini_set("mbstring.script_encoding", "***") != "SJIS" and
die("skip zend-multibyte is not available");
?>
--INI--