summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strstr_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strstr_variation3.phpt')
-rw-r--r--ext/mbstring/tests/mb_strstr_variation3.phpt10
1 files changed, 5 insertions, 5 deletions
diff --git a/ext/mbstring/tests/mb_strstr_variation3.phpt b/ext/mbstring/tests/mb_strstr_variation3.phpt
index 7a8b7c6757..3405a32f33 100644
--- a/ext/mbstring/tests/mb_strstr_variation3.phpt
+++ b/ext/mbstring/tests/mb_strstr_variation3.phpt
@@ -8,9 +8,9 @@ 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:
+ * Alias to functions:
*/
echo "*** Testing mb_strstr() : usage variation ***\n";
@@ -108,9 +108,9 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource variable
- 'resource' => $fp
+ 'resource' => $fp
);
// loop through each element of the array for part
@@ -123,7 +123,7 @@ foreach($inputs as $key =>$value) {
}
else {
var_dump(bin2hex($res));
- }
+ }
};
fclose($fp);