diff options
Diffstat (limited to 'ext/mbstring/tests/mb_stripos_variation2.phpt')
| -rw-r--r-- | ext/mbstring/tests/mb_stripos_variation2.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_stripos_variation2.phpt b/ext/mbstring/tests/mb_stripos_variation2.phpt index 32b75467f7..9db38dea0a 100644 --- a/ext/mbstring/tests/mb_stripos_variation2.phpt +++ b/ext/mbstring/tests/mb_stripos_variation2.phpt @@ -10,7 +10,7 @@ function_exists('mb_stripos') or die("skip mb_stripos() is not available in this /* Prototype : int mb_stripos(string haystack, string needle [, int offset [, string encoding]]) * Description: Finds position of first occurrence of a string within another, case insensitive * Source code: ext/mbstring/mbstring.c - * Alias to functions: + * Alias to functions: */ /* @@ -69,7 +69,7 @@ $inputs = array( false, TRUE, FALSE, - + // empty data /*16*/ "", '', @@ -78,7 +78,7 @@ $inputs = array( /*18*/ "string", 'string', $heredoc, - + // object data /*21*/ new classA(), |
