summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strstr_basic.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_basic.phpt')
-rw-r--r--ext/mbstring/tests/mb_strstr_basic.phpt4
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_strstr_basic.phpt b/ext/mbstring/tests/mb_strstr_basic.phpt
index 1b75b8c8b1..5a9068e606 100644
--- a/ext/mbstring/tests/mb_strstr_basic.phpt
+++ b/ext/mbstring/tests/mb_strstr_basic.phpt
@@ -1,5 +1,5 @@
--TEST--
-Test mb_strstr() function : basic functionality
+Test mb_strstr() function : basic functionality
--SKIPIF--
<?php
extension_loaded('mbstring') or die('skip');
@@ -8,7 +8,7 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b
--FILE--
<?php
/* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]])
- * Description: Finds first occurrence of a string within another
+ * Description: Finds first occurrence of a string within another
* Source code: ext/mbstring/mbstring.c
* Alias to functions:
*/