diff options
Diffstat (limited to 'ext/mbstring/tests/mb_split_variation1.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_split_variation1.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/mb_split_variation1.phpt b/ext/mbstring/tests/mb_split_variation1.phpt index b508049969..0f71b2e72c 100644 --- a/ext/mbstring/tests/mb_split_variation1.phpt +++ b/ext/mbstring/tests/mb_split_variation1.phpt @@ -10,7 +10,7 @@ function_exists('mb_split') or die("skip mb_split() is not available in this bui /* Prototype : proto array mb_split(string pattern, string string [, int limit]) * Description: split multibyte string into array by regular expression * Source code: ext/mbstring/php_mbregex.c - * Alias to functions: + * Alias to functions: */ echo "*** Testing mb_split() : usage variations ***\n"; @@ -64,7 +64,7 @@ $inputs = array( false, TRUE, FALSE, - + // empty data /*16*/ "", '', @@ -73,7 +73,7 @@ $inputs = array( /*18*/ "UTF-8", 'UTF-8', $heredoc, - + // object data /*21*/ new classA(), |