moriyoshi Thu Oct 10 13:16:46 2002 EDT Modified files: /php4/ext/mbstring/tests 025.inc Log: Fixed the encoding Index: php4/ext/mbstring/tests/025.inc diff -u php4/ext/mbstring/tests/025.inc:1.1 php4/ext/mbstring/tests/025.inc:1.2 --- php4/ext/mbstring/tests/025.inc:1.1 Thu Oct 10 13:05:04 2002 +++ php4/ext/mbstring/tests/025.inc Thu Oct 10 13:16:46 2002 @@ -1,4 +1,4 @@ -<?php +<?php mb_regex_set_options( 'x' ); print mb_ereg_replace(' -', '+', '- - - - -' );
-- PHP CVS Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php