Searched refs:ENT_HTML401 (Results 1 – 8 of 8) sorted by relevance
/PHP-8.0/ext/standard/ |
H A D | html.h | 39 #define ENT_HTML401 0 macro
|
H A D | html.c | 1352 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT|CONST_CS); in register_html_constants()
|
/PHP-8.0/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 | 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 | htmlentities21.phpt | 37 test(ENT_HTML401, "Windows-1251"); 53 test(ENT_HTML401, "SJIS");
|
H A D | htmlentities22.phpt | 52 test(ENT_HTML401);
|
Completed in 15 milliseconds