Home
last modified time | relevance | path

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

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

Completed in 47 milliseconds