Searched refs:HTML_ENTITIES (Results 1 – 6 of 6) sorted by relevance
13 echo "-- with table = HTML_ENTITIES --\n";14 $table = HTML_ENTITIES;25 -- with table = HTML_ENTITIES --
2 Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff qu…10 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */19 // $table as HTML_ENTITIES and different quote style20 echo "-- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --\n";21 $table = HTML_ENTITIES;25 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";29 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";38 -- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --545 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --1054 -- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --
10 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */15 echo "-- with table = HTML_ENTITIES --\n";16 $table = HTML_ENTITIES;27 -- with table = HTML_ENTITIES --
14 $table = HTML_ENTITIES;
42 $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES, 'UTF-8');
1296 #define HTML_ENTITIES 1 macro1303 REGISTER_LONG_CONSTANT("HTML_ENTITIES", HTML_ENTITIES, CONST_PERSISTENT|CONST_CS); in register_html_constants()1439 case HTML_ENTITIES: in PHP_FUNCTION()
Completed in 15 milliseconds