From: Moriyoshi Koizumi Date: Tue, 12 Nov 2002 21:37:54 +0000 (+0000) Subject: Fixed the tests so that they won't be affected by the ini setting of X-Git-Tag: php-4.3.0RC1~58 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=c65cbd24096d7b7d76dd97ec90ce02c2d78147e3;p=php Fixed the tests so that they won't be affected by the ini setting of default_charset --- diff --git a/ext/standard/tests/strings/htmlentities02.phpt b/ext/standard/tests/strings/htmlentities02.phpt index b2b5a7cd00..3158cf44c6 100644 --- a/ext/standard/tests/strings/htmlentities02.phpt +++ b/ext/standard/tests/strings/htmlentities02.phpt @@ -9,7 +9,8 @@ if (!$result || preg_match('/ISO/i', setlocale(LC_CTYPE, 0)) == 0) { ?> --INI-- output_handler= -mbstring.internal_encoding=pass +default_charset= +mbstring.internal_encoding=none --FILE-- --INI-- output_handler= -mbstring.internal_encoding=pass +default_charset= +mbstring.internal_encoding=none --FILE-- --INI-- output_handler= -mbstring.internal_encoding=pass +default_charset= +mbstring.internal_encoding=none --FILE--