Home
last modified time | relevance | path

Searched refs:ENT_QUOTES (Results 51 – 62 of 62) sorted by relevance

123

/PHP-8.2/ext/standard/tests/strings/
H A Dhtml_entity_decode_win1251.phpt136 $res = html_entity_decode("˜", ENT_QUOTES, 'WINDOWS-1251');
142 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1251');
147 $res = html_entity_decode($ent, ENT_QUOTES, 'WINDOWS-1251');
H A Dhtml_entity_decode_iso8859-5.phpt106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-5');
H A Dhtml_entity_decode_iso8859-15.phpt106 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
111 $res = html_entity_decode($ent, ENT_QUOTES, 'ISO-8859-15');
H A Dhtmlentities_html4.phpt42 $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES, 'UTF-8');
H A Dhtml_entity_decode_cp866.phpt138 $res = html_entity_decode($ent, ENT_QUOTES, 'CP866');
143 $res = html_entity_decode($ent, ENT_QUOTES, 'CP866');
H A Dhtml_entity_decode_koi8-r.phpt138 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
143 $res = html_entity_decode($ent, ENT_QUOTES, 'KOI8-R');
H A Dhtmlentities_html5.phpt31 $result = htmlentities($str, ENT_QUOTES | ENT_HTML5, 'UTF-8');
109 $result = htmlentities($str, ENT_QUOTES | ENT_HTML5, 'UTF-8');
H A Dhtml_entity_decode_html5.phpt2134 $de = html_entity_decode($str, ENT_QUOTES | ENT_HTML5, "UTF-8");
/PHP-8.2/ext/standard/
H A Dbasic_functions.stub.php1557 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?…
1559 function htmlspecialchars_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTM…
1561 function html_entity_decode(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401,…
1564 function htmlentities(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?stri…
1570 function get_html_translation_table(int $table = HTML_SPECIALCHARS, int $flags = ENT_QUOTES | ENT_S…
H A Dinfo.c59 new_str = php_escape_html_entities((const unsigned char *) str, len, 0, ENT_QUOTES, "utf-8"); in php_info_print_html_esc()
253 …return php_escape_html_entities((const unsigned char *) string, strlen(string), 0, ENT_QUOTES, NUL… in php_info_html_esc()
H A Durl_scanner_ex.re764 …encoded = php_escape_html_entities_ex((const unsigned char *) name, name_len, 0, ENT_QUOTES|ENT_SU…
766 …encoded = php_escape_html_entities_ex((const unsigned char *) value, value_len, 0, ENT_QUOTES|ENT_…
870 …entities_ex((const unsigned char *) ZSTR_VAL(name), ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, …
/PHP-8.2/sapi/cli/
H A Dphp_cli_server.c2003 …lient->request.request_uri), ZSTR_LEN(client->request.request_uri), 0, ENT_QUOTES, NULL, /* double… in php_cli_server_send_error_page()

Completed in 49 milliseconds

123