diff options
| author | Marcus Boerger <helly@php.net> | 2002-10-28 00:02:25 +0000 |
|---|---|---|
| committer | Marcus Boerger <helly@php.net> | 2002-10-28 00:02:25 +0000 |
| commit | b763fe76223de089f924de86af28b7d53b639dcb (patch) | |
| tree | 8b60eb8a7c0099312206e7c98176a7d58680bb1f /ext/mbstring/tests/htmlent.phpt | |
| parent | b9eda54711fdc3e1fe94959305ea4b1d4b0857d5 (diff) | |
| download | php-git-b763fe76223de089f924de86af28b7d53b639dcb.tar.gz | |
fix test
Diffstat (limited to 'ext/mbstring/tests/htmlent.phpt')
| -rw-r--r-- | ext/mbstring/tests/htmlent.phpt | 6 |
1 files changed, 3 insertions, 3 deletions
diff --git a/ext/mbstring/tests/htmlent.phpt b/ext/mbstring/tests/htmlent.phpt index f4f2385a9c..7253ce4350 100644 --- a/ext/mbstring/tests/htmlent.phpt +++ b/ext/mbstring/tests/htmlent.phpt @@ -6,14 +6,14 @@ HTML input/output include('skipif.inc'); ?> --INI-- -output_handler = mb_output_handler -zlib.output_compression = Off +output_handler=mb_output_handler +zlib.output_compression= arg_separator.input="x" error_reporting=0 mbstring.http_input=HTML-ENTITIES mbstring.internal_encoding=UTF8 mbstring.http_output=HTML-ENTITIES -mbstring.encoding_translation=On +mbstring.encoding_translation=1 --FILE-- <?php // enable output encoding through output handler |
