summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/bug47399.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/bug47399.phpt')
-rw-r--r--ext/mbstring/tests/bug47399.phpt2
1 files changed, 2 insertions, 0 deletions
diff --git a/ext/mbstring/tests/bug47399.phpt b/ext/mbstring/tests/bug47399.phpt
index 79618688a..3586e5cc7 100644
--- a/ext/mbstring/tests/bug47399.phpt
+++ b/ext/mbstring/tests/bug47399.phpt
@@ -1,5 +1,7 @@
--TEST--
Bug #47399 (mb_check_encoding() returns true for some illegal SJIS characters)
+--SKIPIF--
+<?php extension_loaded('mbstring') or die('skip mbstring not available'); ?>
--FILE--
<?php
foreach (array("Shift_JIS", "CP932") as $enc) {