diff options
Diffstat (limited to 'ext/mbstring/tests/mb_regex_set_options.phpt')
-rw-r--r-- | ext/mbstring/tests/mb_regex_set_options.phpt | 8 |
1 files changed, 4 insertions, 4 deletions
diff --git a/ext/mbstring/tests/mb_regex_set_options.phpt b/ext/mbstring/tests/mb_regex_set_options.phpt index 301df8f118..ae10ba211c 100644 --- a/ext/mbstring/tests/mb_regex_set_options.phpt +++ b/ext/mbstring/tests/mb_regex_set_options.phpt @@ -7,11 +7,11 @@ function_exists('mb_regex_set_options') or die("skip\n"); ?> --FILE-- <?php - mb_regex_set_options( 'x' ); - print mb_ereg_replace(' -', '+', '- - - - -' ); + mb_regex_set_options( 'x' ); + print mb_ereg_replace(' -', '+', '- - - - -' ); - mb_regex_set_options( '' ); - print mb_ereg_replace(' -', '+', '- - - - -' ); + mb_regex_set_options( '' ); + print mb_ereg_replace(' -', '+', '- - - - -' ); ?> --EXPECT-- + + + + +-++++ |