diff options
Diffstat (limited to 'ext/mbstring/tests/mb_stristr_variation3.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_stristr_variation3.phpt | 4 |
1 files changed, 2 insertions, 2 deletions
diff --git a/ext/mbstring/tests/mb_stristr_variation3.phpt b/ext/mbstring/tests/mb_stristr_variation3.phpt index 2333b33f7f..b24faaeb71 100644 --- a/ext/mbstring/tests/mb_stristr_variation3.phpt +++ b/ext/mbstring/tests/mb_stristr_variation3.phpt @@ -8,7 +8,7 @@ function_exists('mb_stristr') or die("skip mb_stristr() is not available in this --FILE-- <?php /* Prototype : string mb_stristr(string haystack, string needle[, bool part[, string encoding]]) - * Description: Finds first occurrence of a string within another, case insensitive + * Description: Finds first occurrence of a string within another, case insensitive * Source code: ext/mbstring/mbstring.c * Alias to functions: */ @@ -110,7 +110,7 @@ $inputs = array( 'unset var' => @$unset_var, // resource variable - 'resource' => $fp + 'resource' => $fp ); // loop through each element of the array for part |