summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_decode_mimeheader_error.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_decode_mimeheader_error.phpt')
-rw-r--r--ext/mbstring/tests/mb_decode_mimeheader_error.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_decode_mimeheader_error.phpt b/ext/mbstring/tests/mb_decode_mimeheader_error.phpt
index c40cdbd643..3ceff967f5 100644
--- a/ext/mbstring/tests/mb_decode_mimeheader_error.phpt
+++ b/ext/mbstring/tests/mb_decode_mimeheader_error.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_decode_mimeheader() function : error conditions
+Test mb_decode_mimeheader() function : error conditions
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,9 +8,9 @@ function_exists('mb_decode_mimeheader') or die("skip mb_decode_mimeheader() is n
--FILE--
<?php
/* Prototype : string mb_decode_mimeheader(string string)
- * Description: Decodes the MIME "encoded-word" in the string
+ * Description: Decodes the MIME "encoded-word" in the string
* Source code: ext/mbstring/mbstring.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mb_decode_mimeheader() : error conditions ***\n";