Skip to content

Commit ebdcdf3

Browse files
committed
skip when mbstring missing (no warning)
1 parent ecc0a87 commit ebdcdf3

File tree

1 file changed

+4
-0
lines changed

1 file changed

+4
-0
lines changed

ext/standard/tests/strings/htmlentities25.phpt

+4
Original file line numberDiff line numberDiff line change
@@ -4,6 +4,10 @@ htmlentities() should not be influenced by mb_internal_encoding()
44
default_charset=
55
internal_encoding=
66
mbstring.internal_encoding=ISO-8859-1
7+
--SKIPIF--
8+
<?php
9+
extension_loaded("mbstring") or die("skip mbstring not available\n");
10+
?>
711
--FILE--
812
<?php
913

0 commit comments

Comments
 (0)