We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
2 parents 91b5571 + ebdcdf3 commit f150b02Copy full SHA for f150b02
ext/standard/tests/strings/htmlentities25.phpt
@@ -4,6 +4,10 @@ htmlentities() should not be influenced by mb_internal_encoding()
4
default_charset=
5
internal_encoding=
6
mbstring.internal_encoding=ISO-8859-1
7
+--SKIPIF--
8
+<?php
9
+ extension_loaded("mbstring") or die("skip mbstring not available\n");
10
+?>
11
--FILE--
12
<?php
13
0 commit comments