summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_stristr_variation4.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_stristr_variation4.phpt')
-rw-r--r--ext/mbstring/tests/mb_stristr_variation4.phpt8
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mbstring/tests/mb_stristr_variation4.phpt b/ext/mbstring/tests/mb_stristr_variation4.phpt
index c735e0c7a7..23833ba813 100644
--- a/ext/mbstring/tests/mb_stristr_variation4.phpt
+++ b/ext/mbstring/tests/mb_stristr_variation4.phpt
@@ -8,9 +8,9 @@ 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:
+ * Alias to functions:
*/
echo "*** Testing mb_stristr() : usage variation ***\n";
@@ -102,9 +102,9 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource variable
- 'resource' => $fp
+ 'resource' => $fp
);
// loop through each element of the array for encoding