Home
last modified time | relevance | path

Searched refs:ENT_QUOTES (Results 26 – 50 of 62) sorted by relevance

123

/PHP-8.2/ext/standard/tests/strings/
H A Dhtmlentities06.phpt12 var_dump(htmlentities("\xbc\xbd\xbe", ENT_QUOTES, ''));
H A Dhtmlentities07.phpt12 var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES, ''));
H A Dhtmlentities-utf-2.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
16 $ent_encoded = htmlentities ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dhtmlspecialchars_decode_basic.phpt22 var_dump( htmlspecialchars_decode($single_quote_string, ENT_QUOTES) );
23 var_dump( htmlspecialchars_decode($double_quote_string, ENT_QUOTES) );
H A Dhtmlentities02.phpt18 var_dump(htmlentities("\xbc\xbd\xbe", ENT_QUOTES, ''));
H A Dhtmlentities03.phpt18 var_dump(htmlentities("\xe4\xf6\xfc", ENT_QUOTES));
H A Dhtmlentities09.phpt12 var_dump(bin2hex(htmlentities("\x81\x41\x81\x42\x81\x43", ENT_QUOTES, '')));
H A Dhtmlentities08.phpt12 var_dump(htmlentities("\xa1\xa2\xa1\xa3\xa1\xa4", ENT_QUOTES, ''));
H A Dhtmlentities13.phpt10 var_dump(htmlentities("\xa1\xa2\xa1\xa3\xa1\xa4", ENT_QUOTES, ''));
H A Dhtmlentities14.phpt10 var_dump(htmlentities("\x81\x41\x81\x42\x81\x43", ENT_QUOTES, ''));
H A Dhtml_entity_decode3.phpt39 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML401, "UTF-8");
50 $dec = html_entity_decode($t, ENT_QUOTES | ENT_XHTML, "UTF-8");
61 $dec = html_entity_decode($t, ENT_QUOTES | ENT_HTML5, "UTF-8");
72 $dec = html_entity_decode($t, ENT_QUOTES | ENT_XML1, "UTF-8");
H A Dhtmlspecialchars.phpt13 var_dump( htmlspecialchars("<br>", ENT_QUOTES, NULL) );
18 …><br>File <b><i><u>WORKS!!!</i></u></b></p><br><p>End of file!!!</p>", ENT_QUOTES, 'iso-8859-1' ) …
22 var_dump( htmlspecialchars("<br>Testing<p>New file.</p> ", ENT_QUOTES, 'iso-8859-1' ) );
28 var_dump( htmlspecialchars($str, ENT_QUOTES) );
H A Dbug60965.phpt6 ENT_QUOTES, 'UTF-8', false), "\n";
H A Dhtmlentities24.phpt16 var_dump( htmlentities("\x82\x86\x99\x9f\x80\x82\x81", ENT_QUOTES, NULL) ); /* UTF-8 assumed */
22 …9\x85\x83\x86\x84\x80\x91\x83\x91\x86\x87\x85\x86\x88\x82\x89\x92\x91\x83", ENT_QUOTES, 'cp1252'));
32 var_dump( htmlentities($str, ENT_QUOTES) );
H A Dget_html_translation_table_basic5.phpt14 echo "-- with table = HTML_ENTITIES, ENT_QUOTES --\n";
16 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_HTML5, "UTF-8");
31 echo "-- with table = HTML_SPECIALCHARS, ENT_QUOTES --\n";
33 $tt = get_html_translation_table($table, ENT_QUOTES | ENT_HTML5, "UTF-8");
1564 -- with table = HTML_ENTITIES, ENT_QUOTES --
1577 -- with table = HTML_SPECIALCHARS, ENT_QUOTES --
H A Dhtmlentities23.phpt22 $a = htmlentities($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
24 $a = htmlspecialchars($test, ENT_QUOTES | ENT_SUBSTITUTE, "EUC-JP");
H A Dhtmlentities-utf-3.phpt40 $vhe = strlen(htmlspecialchars($s, ENT_QUOTES, "UTF-8")) > 0;
H A Dhtmlspecialchars_decode_variation5.phpt26 var_dump( htmlspecialchars_decode($value, ENT_QUOTES) );
H A Dhtmlspecialchars_decode_variation4.phpt27 var_dump( htmlspecialchars_decode($value, ENT_QUOTES) );
H A Dget_html_translation_table_basic2.phpt22 echo "-- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --\n";
23 $quote_style = ENT_QUOTES;
546 -- with table = HTML_ENTITIES & quote_style = ENT_QUOTES --
H A Dhtml_entity_decode_html4.phpt261 echo bin2hex(html_entity_decode($str, ENT_QUOTES, "UTF-8")), "\n";
H A Dhtml_entity_decode_macroman.phpt136 $res = html_entity_decode("&#x7F;", ENT_QUOTES, 'MacRoman');
142 $res = html_entity_decode($ent, ENT_QUOTES, 'MacRoman');
147 $res = html_entity_decode($ent, ENT_QUOTES, 'MacRoman');
/PHP-8.2/ext/standard/
H A Dhtml.h35 #define ENT_QUOTES (ENT_HTML_QUOTE_DOUBLE | ENT_HTML_QUOTE_SINGLE) macro
H A Dhtml.c1319 zend_long flags = ENT_QUOTES|ENT_SUBSTITUTE; in php_html_entities()
1347 REGISTER_LONG_CONSTANT("ENT_QUOTES", ENT_QUOTES, CONST_PERSISTENT|CONST_CS); in register_html_constants()
1370 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
1388 zend_long quote_style = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
1471 flags = ENT_QUOTES|ENT_SUBSTITUTE; in PHP_FUNCTION()
/PHP-8.2/ext/filter/
H A Dsanitizing_filters.c249 quotes = ENT_QUOTES; in php_filter_full_special_chars()

Completed in 40 milliseconds

123