Home
last modified time | relevance | path

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

/PHP-8.3/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.3/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.3/ext/standard/
H A Dhtml.h40 #define ENT_SUBSTITUTE ENT_HTML_SUBSTITUTE_ERRORS macro
H A Dhtml.c1319 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 Dbasic_functions.stub.php517 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 Durl_scanner_ex.re764 …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 Dbasic_functions_arginfo.h3638 REGISTER_LONG_CONSTANT("ENT_SUBSTITUTE", ENT_SUBSTITUTE, CONST_PERSISTENT); in register_basic_functions_symbols()

Completed in 34 milliseconds