summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strrchr_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strrchr_error1.phpt')
-rw-r--r--ext/mbstring/tests/mb_strrchr_error1.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_strrchr_error1.phpt b/ext/mbstring/tests/mb_strrchr_error1.phpt
index 42346afbf0..2878871dd8 100644
--- a/ext/mbstring/tests/mb_strrchr_error1.phpt
+++ b/ext/mbstring/tests/mb_strrchr_error1.phpt
@@ -4,13 +4,13 @@ Test mb_strrchr() function : error conditions
<?php
extension_loaded('mbstring') or die('skip');
function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this build");
-?>
+?>
--FILE--
<?php
/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another
+ * Description: Finds the last occurrence of a character in a string within another
* Source code: ext/mbstring/mbstring.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mb_strrchr() : error conditions ***\n";