summaryrefslogtreecommitdiff
path: root/ext/imap/tests/imap_mutf7_to_utf8.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/imap/tests/imap_mutf7_to_utf8.phpt')
-rw-r--r--ext/imap/tests/imap_mutf7_to_utf8.phpt4
1 files changed, 0 insertions, 4 deletions
diff --git a/ext/imap/tests/imap_mutf7_to_utf8.phpt b/ext/imap/tests/imap_mutf7_to_utf8.phpt
index e2c745ecd0..d8bda0c6a9 100644
--- a/ext/imap/tests/imap_mutf7_to_utf8.phpt
+++ b/ext/imap/tests/imap_mutf7_to_utf8.phpt
@@ -8,7 +8,6 @@ imap_mutf7_to_utf8
var_dump(imap_mutf7_to_utf8(""));
var_dump(imap_mutf7_to_utf8(1));
-var_dump(imap_mutf7_to_utf8(array(1,2)));
var_dump(imap_mutf7_to_utf8("t&AOQ-st"));
echo "Done\n";
@@ -16,8 +15,5 @@ echo "Done\n";
--EXPECTF--
string(0) ""
string(1) "1"
-
-Warning: imap_mutf7_to_utf8() expects parameter 1 to be string, array given in %s on line %d
-NULL
string(5) "täst"
Done