Searched refs:ENT_IGNORE (Results 1 – 4 of 4) sorted by relevance
/PHP-8.2/ext/standard/tests/strings/ |
H A D | htmlentities-utf-2.phpt | 2 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 D | bug49785.phpt | 39 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-8.2/ext/standard/ |
H A D | html.h | 37 #define ENT_IGNORE ENT_HTML_IGNORE_ERRORS macro
|
H A D | html.c | 1349 REGISTER_LONG_CONSTANT("ENT_IGNORE", ENT_IGNORE, CONST_PERSISTENT|CONST_CS); in register_html_constants()
|
Completed in 22 milliseconds