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 a6f41199ae..0000000000
--- a/ext/iconv/tests/001.phpt
+++ /dev/null
@@ -1,18 +0,0 @@
---TEST--
-iconv test
---SKIPIF--
-<?php include('skipif.inc'); ?>
---POST--
---GET--
---FILE--
-<?php
-echo "iconv extension is available\n";
-$test = "æøå";
-printf("ISO-8859-1: %s\nUTF-8: %s\n",
- $test, iconv("ISO-8859-1", "UTF-8", $test));
-
-?>
---EXPECT--
-iconv extension is available
-ISO-8859-1: æøå
-UTF-8: æøå