Skip to content

Commit

Permalink
Really fix the test.
Browse files Browse the repository at this point in the history
# sorry for the mess..
  • Loading branch information
Moriyoshi Koizumi committed Apr 30, 2003
1 parent 63c966a commit 193fe68
Showing 1 changed file with 1 addition and 1 deletion.
2 changes: 1 addition & 1 deletion ext/standard/tests/strings/htmlentities16.phpt
Expand Up @@ -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");
}
Expand Down

0 comments on commit 193fe68

Please sign in to comment.