Skip to content

Commit f150b02

Browse files
committed
Merge branch 'master' of git.php.net:/php-src
* 'master' of git.php.net:/php-src: skip when mbstring missing (no warning)
2 parents 91b5571 + ebdcdf3 commit f150b02

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)