diff options
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_basic.phpt')
| -rw-r--r-- | ext/mbstring/tests/mb_strstr_basic.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/mb_strstr_basic.phpt b/ext/mbstring/tests/mb_strstr_basic.phpt index 2b41707a6a..1b75b8c8b1 100644 --- a/ext/mbstring/tests/mb_strstr_basic.phpt +++ b/ext/mbstring/tests/mb_strstr_basic.phpt @@ -10,7 +10,7 @@ function_exists('mb_strstr') or die("skip mb_strstr() is not available in this b /* Prototype : string mb_strstr(string haystack, string needle[, bool part[, string encoding]]) * Description: Finds first occurrence of a string within another * Source code: ext/mbstring/mbstring.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing mb_strstr() : basic functionality ***\n"; |
