Home
last modified time | relevance | path

Searched refs:HTML_ENTITIES (Results 1 – 12 of 12) sorted by relevance

/php-src/ext/standard/tests/strings/
H A Dget_html_translation_table_basic8.phpt7 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
8 $table = HTML_ENTITIES;
14 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
15 $table = HTML_ENTITIES;
19 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
20 $table = HTML_ENTITIES;
48 -- with table = HTML_ENTITIES, ENT_QUOTES --
58 -- with table = HTML_ENTITIES, ENT_COMPAT --
60 -- with table = HTML_ENTITIES, ENT_NOQUOTES --
H A Dget_html_translation_table_basic9.phpt8 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
9 $table = HTML_ENTITIES;
15 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
16 $table = HTML_ENTITIES;
20 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
21 $table = HTML_ENTITIES;
50 -- with table = HTML_ENTITIES, ENT_QUOTES --
60 -- with table = HTML_ENTITIES, ENT_COMPAT --
62 -- with table = HTML_ENTITIES, ENT_NOQUOTES --
H A Dget_html_translation_table_basic6.phpt10 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
11 $table = HTML_ENTITIES;
17 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
18 $table = HTML_ENTITIES;
22 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
23 $table = HTML_ENTITIES;
51 -- with table = HTML_ENTITIES, ENT_COMPAT --
214 -- with table = HTML_ENTITIES, ENT_QUOTES --
216 -- with table = HTML_ENTITIES, ENT_NOQUOTES --
H A Dget_html_translation_table_basic7.phpt7 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
8 $table = HTML_ENTITIES;
15 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
16 $table = HTML_ENTITIES;
20 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
21 $table = HTML_ENTITIES;
49 -- with table = HTML_ENTITIES, ENT_QUOTES --
307 -- with table = HTML_ENTITIES, ENT_COMPAT --
309 -- with table = HTML_ENTITIES, ENT_NOQUOTES --
H A Dbug73817.phpt5 $entities = get_html_translation_table( HTML_ENTITIES, ENT_QUOTES | ENT_HTML5);
H A Dget_html_translation_table_basic4.phpt7 echo "-- with table = HTML_ENTITIES --\n";
8 $table = HTML_ENTITIES;
23 -- with table = HTML_ENTITIES --
H A Dget_html_translation_table_basic1.phpt5 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */
10 echo "-- with table = HTML_ENTITIES --\n";
11 $table = HTML_ENTITIES;
26 -- with table = HTML_ENTITIES --
H A Dget_html_translation_table_basic2.phpt2 Test get_html_translation_table() function : basic functionality - table as HTML_ENTITIES & diff qu…
5 /* Test get_html_translation_table() when table is specified as HTML_ENTITIES */
14 // $table as HTML_ENTITIES and different quote style
15 echo "-- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --\n";
16 $table = HTML_ENTITIES;
22 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";
28 echo "-- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --\n";
39 -- with table = HTML_ENTITIES & quote_style = ENT_COMPAT --
546 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --
1055 -- with table = HTML_ENTITIES & quote_style = ENT_NOQUOTES --
H A Dget_html_translation_table_basic5.phpt7 echo "-- with table = HTML_ENTITIES, ENT_COMPAT --\n";
8 $table = HTML_ENTITIES;
14 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
15 $table = HTML_ENTITIES;
19 echo "-- with table = HTML_ENTITIES, ENT_NOQUOTES --\n";
20 $table = HTML_ENTITIES;
48 -- with table = HTML_ENTITIES, ENT_COMPAT --
1564 -- with table = HTML_ENTITIES, ENT_QUOTES --
1566 -- with table = HTML_ENTITIES, ENT_NOQUOTES --
H A Dget_html_translation_table_basic10.phpt8 $table = HTML_ENTITIES;
H A Dhtmlentities_html4.phpt42 $table = get_html_translation_table(HTML_ENTITIES, ENT_QUOTES, 'UTF-8');
/php-src/ext/standard/
H A Dbasic_functions.stub.php512 const HTML_ENTITIES = UNKNOWN; define

Completed in 32 milliseconds