diff options
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_variation4.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_strstr_variation4.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_strstr_variation4.phpt b/ext/mbstring/tests/mb_strstr_variation4.phpt index ef661e8265..088f4dac0d 100644 --- a/ext/mbstring/tests/mb_strstr_variation4.phpt +++ b/ext/mbstring/tests/mb_strstr_variation4.phpt @@ -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: */ @@ -104,7 +104,7 @@ $inputs = array( 'unset var' => @$unset_var, // resource variable - 'resource' => $fp + 'resource' => $fp ); // loop through each element of the array for encoding |