Searched refs:double_encode (Results 1 – 7 of 7) sorted by relevance
/PHP-8.2/Zend/tests/ |
H A D | bug80096.phpt | 10 println(htmlentities("The < character is encoded as <", double_encode: false));
|
/PHP-8.2/ext/standard/ |
H A D | html.h | 48 …*old, size_t oldlen, int all, int flags, const char *hint_charset, bool double_encode, bool quiet);
|
H A D | html.c | 1103 … *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 D | url_scanner_ex.re | 764 …signed char *) name, name_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet… 766 …gned char *) value, value_len, 0, ENT_QUOTES|ENT_SUBSTITUTE, NULL, /* double_encode */ 0, /* quiet… 870 …ZSTR_LEN(name), 0, ENT_QUOTES|ENT_SUBSTITUTE, SG(default_charset), /* double_encode */ 0, /* quiet…
|
H A D | basic_functions.stub.php | 1557 …UOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null, bool $double_encode = true): strin… 1564 …UOTES | ENT_SUBSTITUTE | ENT_HTML401, ?string $encoding = null, bool $double_encode = true): strin…
|
H A D | basic_functions_arginfo.h | 782 ZEND_ARG_TYPE_INFO_WITH_DEFAULT_VALUE(0, double_encode, _IS_BOOL, 0, "true")
|
/PHP-8.2/ext/standard/tests/strings/ |
H A D | bug61116.phpt | 15 Parameter #3 [ <optional> bool $double_encode = true ]
|
Completed in 46 milliseconds