Searched refs:ENT_HTML401 (Results 1 – 8 of 8) sorted by relevance
/PHP-7.3/ext/standard/ |
H A D | html.h | 41 #define ENT_HTML401 0 macro
|
H A D | html.c | 1473 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT|CONST_CS); in register_html_constants()
|
/PHP-7.3/ext/standard/tests/strings/ |
H A D | html_entity_decode2.phpt | 10 echo html_entity_decode("'", ENT_QUOTES | ENT_HTML401, "UTF-8"), "\n";
|
H A D | htmlentities21.phpt | 39 test(ENT_HTML401, "Windows-1251"); 55 test(ENT_HTML401, "SJIS");
|
H A D | htmlspecialchars_decode_variation7.phpt | 17 $dec = htmlspecialchars_decode($t, ENT_QUOTES | ENT_HTML401);
|
H A D | htmlentities20.phpt | 73 test(ENT_HTML401);
|
H A D | html_entity_decode3.phpt | 39 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML401, "UTF-8");
|
H A D | htmlentities22.phpt | 54 test(ENT_HTML401);
|
Completed in 17 milliseconds