Home
last modified time | relevance | path

Searched refs:htmlspecialchars (Results 26 – 37 of 37) sorted by relevance

12

/PHP-7.1/ext/standard/tests/strings/
H A Ddefault_charset.phpt2 default_charset and htmlentities/htmlspecialchars/html_entity_decode
H A Dhtmlentities-utf-2.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dhtmlentities-utf.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES, "utf-8");
H A Dget_html_translation_table_basic4.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
H A Dhtmlentities22.phpt2 htmlentities() / htmlspecialchars() ENT_DISALLOWED with entities and no double encode
42 $b = htmlspecialchars($test, $flag | $flag2, $charset, FALSE);
H A Dget_html_translation_table_variation2.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
H A Dget_html_translation_table_basic1.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
H A Dget_html_translation_table_variation1.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
H A Dget_html_translation_table_basic2.phpt6 * Description: Returns the internal translation table used by htmlspecialchars and htmlentities
/PHP-7.1/
H A Drun-tests.php2785 $escaped_details = htmlspecialchars($details, ENT_QUOTES, 'UTF-8');
2789 $escaped_message = htmlspecialchars($message, ENT_QUOTES, 'UTF-8');
2791 $escaped_test_name = basename($file_name) . ' - ' . htmlspecialchars($test_name, ENT_QUOTES);
/PHP-7.1/ext/standard/
H A Dhtml.c1488 PHP_FUNCTION(htmlspecialchars) in PHP_FUNCTION() argument
H A Dbasic_functions.c2715 PHP_FE(htmlspecialchars, arginfo_htmlspecialchars)

Completed in 45 milliseconds

12