Searched refs:HTML_SPECIALCHARS (Results 1 – 5 of 5) sorted by relevance
2 Test get_html_translation_table() function : basic functionality - table as HTML_SPECIALCHARS10 /* test get_html_translation_table() when $table argument is specified as HTML_SPECIALCHARS */15 echo "-- with table = HTML_SPECIALCHARS & quote_style = ENT_COMPAT --\n";16 $table = HTML_SPECIALCHARS;20 echo "-- with table = HTML_SPECIALCHARS & quote_style = ENT_QUOTES --\n";24 echo "-- with table = HTML_SPECIALCHARS & quote_style = ENT_NOQUOTES --\n";32 -- with table = HTML_SPECIALCHARS & quote_style = ENT_COMPAT --43 -- with table = HTML_SPECIALCHARS & quote_style = ENT_QUOTES --56 -- with table = HTML_SPECIALCHARS & quote_style = ENT_NOQUOTES --
17 echo "-- with table = HTML_SPECIALCHARS --\n";18 $table = HTML_SPECIALCHARS; 278 -- with table = HTML_SPECIALCHARS --
19 echo "-- with table = HTML_SPECIALCHARS --\n";20 $table = HTML_SPECIALCHARS; 534 -- with table = HTML_SPECIALCHARS --
19 $table = HTML_SPECIALCHARS;
1295 #define HTML_SPECIALCHARS 0 macro1302 REGISTER_LONG_CONSTANT("HTML_SPECIALCHARS", HTML_SPECIALCHARS, CONST_PERSISTENT|CONST_CS); in register_html_constants()1420 long which = HTML_SPECIALCHARS, quote_style = ENT_COMPAT; in PHP_FUNCTION()1481 case HTML_SPECIALCHARS: in PHP_FUNCTION()
Completed in 10 milliseconds