summaryrefslogtreecommitdiff
path: root/ext/iconv/tests/001.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/iconv/tests/001.phpt')
-rw-r--r--ext/iconv/tests/001.phpt18
1 files changed, 0 insertions, 18 deletions
diff --git a/ext/iconv/tests/001.phpt b/ext/iconv/tests/001.phpt
deleted file mode 100644
index a380d278aa..0000000000
--- a/ext/iconv/tests/001.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-iconv test
---SKIPIF--
-<?php if (!extension_loaded("iconv")) print "skip"; ?>
---POST--
---GET--
---FILE--
-<?php
-echo "iconv extension is available";
-$test = "Stig S誥her Bakken";
-print "$test\n";
-printf("%s\n", iconv("iso-8859-1", "utf-8", $test));
-
-?>
---EXPECT--
-iconv extension is available
-Stig S誥her Bakken
-Stig Sテヲther Bakken