We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent ecc0a87 commit ebdcdf3Copy full SHA for ebdcdf3
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