Home
last modified time | relevance | path

Searched refs:ENT_HTML401 (Results 1 – 8 of 8) sorted by relevance

/PHP-7.4/ext/standard/
H A Dhtml.h41 #define ENT_HTML401 0 macro
H A Dhtml.c1428 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT|CONST_CS); in register_html_constants()
/PHP-7.4/ext/standard/tests/strings/
H A Dhtml_entity_decode2.phpt10 echo html_entity_decode("'", ENT_QUOTES | ENT_HTML401, "UTF-8"), "\n";
H A Dhtmlspecialchars_decode_variation7.phpt17 $dec = htmlspecialchars_decode($t, ENT_QUOTES | ENT_HTML401);
H A Dhtmlentities20.phpt73 test(ENT_HTML401);
H A Dhtml_entity_decode3.phpt39 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML401, "UTF-8");
H A Dhtmlentities21.phpt37 test(ENT_HTML401, "Windows-1251");
53 test(ENT_HTML401, "SJIS");
H A Dhtmlentities22.phpt52 test(ENT_HTML401);

Completed in 14 milliseconds