diff options
author | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-10 17:16:46 +0000 |
---|---|---|
committer | Moriyoshi Koizumi <moriyoshi@php.net> | 2002-10-10 17:16:46 +0000 |
commit | 9520422501ab5e5355f32b6507850285c24b8fe9 (patch) | |
tree | 1553473c98e098d978cb762eaa9b75867d2917ef | |
parent | 7b3fb01072c334cf3d37021203fe034a500be7ca (diff) | |
download | php-git-9520422501ab5e5355f32b6507850285c24b8fe9.tar.gz |
Fixed the encoding
-rw-r--r-- | ext/mbstring/tests/025.inc | 2 |
1 files changed, 1 insertions, 1 deletions
diff --git a/ext/mbstring/tests/025.inc b/ext/mbstring/tests/025.inc index 1449753c00..89a05494b4 100644 --- a/ext/mbstring/tests/025.inc +++ b/ext/mbstring/tests/025.inc @@ -1,4 +1,4 @@ -<?php +<?php mb_regex_set_options( 'x' ); print mb_ereg_replace(' -', '+', '- - - - -' ); |