Searched refs:ENT_IGNORE (Results 1 – 5 of 5) sorted by relevance
/PHP-5.4/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-5.4/ext/standard/ |
H A D | html.h | 41 #define ENT_IGNORE ENT_HTML_IGNORE_ERRORS macro
|
H A D | html.c | 1463 REGISTER_LONG_CONSTANT("ENT_IGNORE", ENT_IGNORE, CONST_PERSISTENT|CONST_CS); in register_html_constants()
|
/PHP-5.4/ |
H A D | UPGRADING | 249 returns an empty string and to ENT_IGNORE, which is a security risk. The
|
Completed in 28 milliseconds