Searched refs:ENT_XML1 (Results 1 – 10 of 10) sorted by relevance
/PHP-5.4/ext/standard/tests/strings/ |
H A D | get_html_translation_table_basic8.phpt | 9 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_XML1, "UTF-8"); 16 $tt = get_html_translation_table($table, ENT_COMPAT | ENT_XML1, "UTF-8"); 21 $tt = get_html_translation_table($table, ENT_NOQUOTES | ENT_XML1, "UTF-8"); 33 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_XML1, "UTF-8"); 39 $tt = get_html_translation_table($table, ENT_NOQUOTES | ENT_XML1, "UTF-8");
|
H A D | html_entity_decode2.phpt | 19 echo html_entity_decode("'", ENT_QUOTES | ENT_XML1, "UTF-8"), "\n";
|
H A D | htmlentities21.phpt | 51 test(ENT_XML1, "Windows-1251"); 67 test(ENT_XML1, "SJIS");
|
H A D | htmlspecialchars_decode_variation7.phpt | 50 $dec = htmlspecialchars_decode($t, ENT_QUOTES | ENT_XML1);
|
H A D | html_entity_decode3.phpt | 71 $dec = html_entity_decode($t, ENT_QUOTES | ENT_XML1, "UTF-8");
|
H A D | htmlentities20.phpt | 85 test(ENT_XML1);
|
H A D | htmlentities22.phpt | 66 test(ENT_XML1);
|
/PHP-5.4/ext/standard/ |
H A D | html.h | 44 #define ENT_XML1 16 macro
|
H A D | html.c | 1467 REGISTER_LONG_CONSTANT("ENT_XML1", ENT_XML1, CONST_PERSISTENT|CONST_CS); in register_html_constants()
|
/PHP-5.4/ |
H A D | UPGRADING | 228 htmlspecialchars_decode: Added the flags ENT_HTML401, ENT_XML1, ENT_XHTML, 253 document type is ENT_XML1, ENT_XHTML, or ENT_HTML5. 700 - ENT_XML1
|
Completed in 38 milliseconds