summaryrefslogtreecommitdiff
path: root/ext/mbstring/tests/025.inc
blob: 1449753c001c245b157efb612dcf77839e8dc76c (plain)
1
2
3
4
5
6
7
<?php
	mb_regex_set_options( 'x' );
	print mb_ereg_replace(' -', '+', '- - - - -' );

	mb_regex_set_options( '' );
	print mb_ereg_replace(' -', '+', '- - - - -' );
?>