summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/zend-multibyte.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/zend-multibyte.phpt')
-rw-r--r--ext/mbstring/tests/zend-multibyte.phpt23
1 files changed, 0 insertions, 23 deletions
diff --git a/ext/mbstring/tests/zend-multibyte.phpt b/ext/mbstring/tests/zend-multibyte.phpt
deleted file mode 100644
index 9268fdd2f6..0000000000
--- a/ext/mbstring/tests/zend-multibyte.phpt
+++ /dev/null
@@ -1,23 +0,0 @@
---TEST--
-zend multibyte
---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
-mbstring.internal_encoding=Shift_JIS
---FILE--
-<?php
- function 予蚕能($引数)
- {
- echo $引数;
- }
-
- 予蚕能("ドレミファソ");
-?>
---EXPECT--
-ドレミファソ