Searched refs:ENT_IGNORE (Results 1 – 5 of 5) sorted by relevance
/PHP-8.3/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.3/ext/standard/ |
H A D | html.h | 39 #define ENT_IGNORE ENT_HTML_IGNORE_ERRORS macro
|
H A D | basic_functions.stub.php | 512 const ENT_IGNORE = UNKNOWN; define
|
H A D | basic_functions_arginfo.h | 3637 REGISTER_LONG_CONSTANT("ENT_IGNORE", ENT_IGNORE, CONST_PERSISTENT); in register_basic_functions_symbols()
|
Completed in 31 milliseconds