Home
last modified time | relevance | path

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

12

/php-src/ext/standard/tests/strings/
H A Dhtmlentities-utf.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES, "utf-8");
H A Dhtmlentities-utf-2.phpt14 $sc_encoded = htmlspecialchars ($string, ENT_QUOTES | ENT_IGNORE, "utf-8");
H A Dhtmlentities20.phpt2 htmlentities() / htmlspecialchars() ENT_DISALLOWED
65 $b = htmlspecialchars($test, $flag | ENT_DISALLOWED, "UTF-8");
H A Ddefault_charset.phpt2 default_charset and htmlentities/htmlspecialchars/html_entity_decode
/php-src/ext/libxml/tests/
H A Dbug61367-read_2.phpt23 $dir = htmlspecialchars(dirname(getcwd()));
H A Dbug61367-read.phpt22 $dir = htmlspecialchars(dirname(getcwd()));
/php-src/ext/mbstring/tests/
H A Dmb_convert_encoding.phpt133 …_encoding(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, htmlentities…
H A Dmb_strlen_variation3.phpt347 Deprecated: mb_strlen(): Handling HTML entities via mbstring is deprecated; use htmlspecialchars, h…
/php-src/ext/standard/
H A Dhtml.c1339 PHP_FUNCTION(htmlspecialchars) in PHP_FUNCTION() argument
H A Dbasic_functions.stub.php2275 function htmlspecialchars(string $string, int $flags = ENT_QUOTES | ENT_SUBSTITUTE | ENT_HTML401, ?…
H A Dbasic_functions_arginfo.h2534 ZEND_FUNCTION(htmlspecialchars);
3167 ZEND_FE(htmlspecialchars, arginfo_htmlspecialchars)

Completed in 87 milliseconds

12