Home
last modified time | relevance | path

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

/PHP-5.4/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.4/ext/standard/
H A Dhtml.h43 #define ENT_HTML401 0 macro
H A Dhtml.c1466 REGISTER_LONG_CONSTANT("ENT_HTML401", ENT_HTML401, CONST_PERSISTENT|CONST_CS); in register_html_constants()
/PHP-5.4/
H A DUPGRADING228 htmlspecialchars_decode: Added the flags ENT_HTML401, ENT_XML1, ENT_XHTML,
696 - ENT_HTML401

Completed in 26 milliseconds