Really fix the test.

# sorry for the mess..
This commit is contained in:
Moriyoshi Koizumi 2003-04-30 16:30:44 +00:00
parent 63c966a33d
commit 193fe6863a

View File

@ -5,7 +5,7 @@ output_handler=
--SKIPIF--
<?php
extension_loaded("mbstring") or die("skip mbstring not available\n");
if (!mb_internal_encoding('cp1251') ||
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");
}