Home
last modified time | relevance | path

Searched refs:ENT_IGNORE (Results 1 – 4 of 4) sorted by relevance

/PHP-7.4/ext/standard/tests/strings/
H A Dhtmlentities-utf-2.phpt2 HTML entities with invalid chars and ENT_IGNORE
14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
16 $ent_encoded = htmlentities ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dbug49785.phpt39 echo "UTF-8: with ENT_IGNORE\n";
40 var_dump(_bin2hex(htmlentities("\xc0\xa0\xc2\x80", ENT_QUOTES | ENT_IGNORE, "UTF-8")));
41 var_dump(_bin2hex(htmlentities("\xe0\x80\x80\xe0\xa0\x80", ENT_QUOTES | ENT_IGNORE, "UTF-8")));
42 var_dump(_bin2hex(htmlentities("\xf0\x80\x80\x80\xf0\x90\x80\x80", ENT_QUOTES | ENT_IGNORE, "UTF-8"…
170 UTF-8: with ENT_IGNORE
/PHP-7.4/ext/standard/
H A Dhtml.h39 #define ENT_IGNORE ENT_HTML_IGNORE_ERRORS macro
H A Dhtml.c1425 REGISTER_LONG_CONSTANT("ENT_IGNORE", ENT_IGNORE, CONST_PERSISTENT|CONST_CS); in register_html_constants()

Completed in 19 milliseconds