Home
last modified time | relevance | path

Searched refs:ENT_SUBSTITUTE (Results 1 – 9 of 9) sorted by relevance

/PHP-8.4/ext/standard/tests/strings/
H A Dhtmlentities19.phpt2 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 Dbug61116.phpt13 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 Dhtmlentities23.phpt2 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.4/ext/mbstring/tests/
H A Dbug65045.phpt15 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.4/ext/standard/
H A Dhtml.h40 #define ENT_SUBSTITUTE ENT_HTML_SUBSTITUTE_ERRORS macro
H A Dhtml.c1315 zend_long flags = ENT_QUOTES|ENT_SUBSTITUTE; in php_html_entities()
1345 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
1363 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
1446 flags = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
H A Dbasic_functions.stub.php517 const ENT_SUBSTITUTE = UNKNOWN; define
2263 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?…
2265 function htmlspecialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTM…
2267 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,…
2270 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri…
2276 …tion_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,…
H A Durl_scanner_ex.re768 …ml_entities_ex((const unsigned char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* doub…
770 …_entities_ex((const unsigned char *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* doub…
874 …const unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_ch…
H A Dbasic_functions_arginfo.h3640 REGISTER_LONG_CONSTANT("ENT_SUBSTITUTE", ENT_SUBSTITUTE, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 35 milliseconds