summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strrichr_error1.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strrichr_error1.phpt')
-rw-r--r--ext/mbstring/tests/mb_strrichr_error1.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_strrichr_error1.phpt b/ext/mbstring/tests/mb_strrichr_error1.phpt
index 3d2716f6ab..a8c8cd4973 100644
--- a/ext/mbstring/tests/mb_strrichr_error1.phpt
+++ b/ext/mbstring/tests/mb_strrichr_error1.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_strrichr() function : error conditions
+Test mb_strrichr() function : error conditions
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,7 +8,7 @@ function_exists('mb_strrichr') or die("skip mb_strrichr() is not available in th
--FILE--
<?php
/* Prototype : string mb_strrichr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds the last occurrence of a character in a string within another, case insensitive
+ * Description: Finds the last occurrence of a character in a string within another, case insensitive
* Source code: ext/mbstring/mbstring.c
* Alias to functions:
*/