From: Moriyoshi Koizumi Date: Wed, 30 Apr 2003 16:32:15 +0000 (+0000) Subject: another oops. (sync with HEAD) X-Git-Tag: php-4.3.2RC3~118 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=d99e16a9be222d41dad809b95c84dd37fd3059a4;p=php another oops. (sync with HEAD) --- diff --git a/ext/standard/tests/strings/htmlentities16.phpt b/ext/standard/tests/strings/htmlentities16.phpt index 75231a6a9b..0f945280b5 100644 --- a/ext/standard/tests/strings/htmlentities16.phpt +++ b/ext/standard/tests/strings/htmlentities16.phpt @@ -7,7 +7,7 @@ output_handler= extension_loaded("mbstring") or die("skip mbstring not available\n"); if (!@mb_internal_encoding('cp1251') || @htmlentities("\x88\xa9\xd2\xcf\xd3\xcb\xcf\xdb\xce\xd9\xca", ENT_QUOTES, '') == '') { - die("SKIP cp1251 character set is not available in this build.\n"); + die("skip cp1251 character set is not available in this build.\n"); } ?> --FILE--