diff options
Diffstat (limited to 'ext/mbstring/tests/mb_split.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_split.phpt | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/mb_split.phpt b/ext/mbstring/tests/mb_split.phpt index 4f5171623c..f25ab1615c 100644 --- a/ext/mbstring/tests/mb_split.phpt +++ b/ext/mbstring/tests/mb_split.phpt @@ -21,7 +21,7 @@ mbstring.func_overload=0 print "ok\n"; } else { print count($result1).'-'.count($result2)."\n"; - } + } } var_dump( mb_split( " ", "a b c d e f g" ) |