summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/mb_strrchr_variation3.phpt
diff options
context:
space:
mode:
Diffstat (limited to 'ext/mbstring/tests/mb_strrchr_variation3.phpt')
-rw-r--r--ext/mbstring/tests/mb_strrchr_variation3.phpt6
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_strrchr_variation3.phpt b/ext/mbstring/tests/mb_strrchr_variation3.phpt
index 72b9c66cbe..376daec7c0 100644
--- a/ext/mbstring/tests/mb_strrchr_variation3.phpt
+++ b/ext/mbstring/tests/mb_strrchr_variation3.phpt
@@ -10,7 +10,7 @@ function_exists('mb_strrchr') or die("skip mb_strrchr() is not available in this
/* Prototype : string mb_strrchr(string haystack, string needle[, bool part[, string encoding]])
* Description: Finds the last occurrence of a character in a string within another
* Source code: ext/mbstring/mbstring.c
- * Alias to functions:
+ * Alias to functions:
*/
echo "*** Testing mb_strrchr() : usage variation ***\n";
@@ -108,7 +108,7 @@ $inputs = array(
// unset data
'unset var' => @$unset_var,
-
+
// resource variable
'resource' => $fp
);
@@ -123,7 +123,7 @@ foreach($inputs as $key =>$value) {
}
else {
var_dump(bin2hex($res));
- }
+ }
};
fclose($fp);