diff options
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_variation2.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_strstr_variation2.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_strstr_variation2.phpt b/ext/mbstring/tests/mb_strstr_variation2.phpt index 8c059cb6b2..687374f2e4 100644 --- a/ext/mbstring/tests/mb_strstr_variation2.phpt +++ b/ext/mbstring/tests/mb_strstr_variation2.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() : usage variation ***\n"; @@ -102,7 +102,7 @@ $inputs = array( // unset data 'unset var' => @$unset_var, - + // resource variable 'resource' => $fp ); |