Home
last modified time | relevance | path

Searched refs:double_encode (Results 1 – 7 of 7) sorted by relevance

/php-src/Zend/tests/
H A Dbug80096.phpt10 println(htmlentities("The < character is encoded as &lt;", double_encode: false));
/php-src/ext/standard/
H A Dhtml.h48 …*old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_encode, bool quiet);
H A Dhtml.c1103 … *old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_encode, bool quiet) in php_escape_html_entities_ex() argument
1129 if (!double_encode) { in php_escape_html_entities_ex()
1255 if (double_encode) { in php_escape_html_entities_ex()
1321 bool double_encode = 1; in php_html_entities() local
1328 Z_PARAM_BOOL(double_encode); in php_html_entities()
1333 hint_charset ? ZSTR_VAL(hint_charset) : NULL, double_encode, /* quiet */ 0); in php_html_entities()
H A Durl_scanner_ex.re763 …signed char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet…
765 …gned char *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet…
865 …ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), /* double_encode */ 0, /* quiet…
H A Dbasic_functions.stub.php2275 …UOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null, bool $double_encode = true): strin…
2282 …UOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null, bool $double_encode = true): strin…
H A Dbasic_functions_arginfo.h769 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, double_encode, _IS_BOOL, 0, "true")
/php-src/ext/standard/tests/strings/
H A Dbug61116.phpt15 Parameter #3 [ <optional> bool $double_encode = true ]

Completed in 37 milliseconds