Searched refs:ENT_SUBSTITUTE (Results 1 – 9 of 9) sorted by relevance
/PHP-8.3/ext/standard/tests/strings/ |
H A D | htmlentities19.phpt | 2 htmlentities() / htmlspecialchars() ENT_SUBSTITUTE 12 $a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "UTF-8"); 14 $a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "UTF-8");
|
H A D | bug61116.phpt | 13 Parameter #1 [ <optional> int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ] 24 Parameter #1 [ <optional> int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401 ]
|
H A D | htmlentities23.phpt | 2 htmlentities() / htmlspecialchars() ENT_SUBSTITUTE EUC-JP 22 $a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP"); 24 $a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
|
/PHP-8.3/ext/mbstring/tests/ |
H A D | bug65045.phpt | 15 echo bin2hex(htmlspecialchars_decode(htmlspecialchars($str, ENT_SUBSTITUTE, 'UTF-8'))), "\n"; 16 echo bin2hex(htmlspecialchars_decode(htmlspecialchars($str2, ENT_SUBSTITUTE, 'UTF-8'))), "\n";
|
/PHP-8.3/ext/standard/ |
H A D | html.h | 40 #define ENT_SUBSTITUTE ENT_HTML_SUBSTITUTE_ERRORS macro
|
H A D | html.c | 1319 zend_long flags = ENT_QUOTES|ENT_SUBSTITUTE; in php_html_entities() 1355 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION() 1373 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION() 1456 flags = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
|
H A D | basic_functions.stub.php | 517 const ENT_SUBSTITUTE = UNKNOWN; define 2251 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?… 2253 function htmlspecialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTM… 2255 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,… 2258 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri… 2264 …tion_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,…
|
H A D | url_scanner_ex.re | 764 …ml_entities_ex((const unsigned char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* doub… 766 …_entities_ex((const unsigned char *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* doub… 870 …const unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_ch…
|
H A D | basic_functions_arginfo.h | 3638 REGISTER_LONG_CONSTANT("ENT_SUBSTITUTE", ENT_SUBSTITUTE, CONST_PERSISTENT); in register_basic_functions_symbols()
|
Completed in 33 milliseconds