Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/strings/
H A Dbug61116.phpt15 Parameter #3 [ <optional> $double_encode ]
H A Dhtmlspecialchars_basic.phpt5 …cialchars ( string $string [, int $quote_style [, string $charset [, bool $double_encode ]]] )
/PHP-7.4/ext/standard/
H A Dhtml.h56 …nsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode);
H A Dhtml.c1175 …unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode) in php_escape_html_entities_ex() argument
1201 if (!double_encode) { in php_escape_html_entities_ex()
1327 if (double_encode) { in php_escape_html_entities_ex()
1395 zend_bool double_encode = 1; in php_html_entities() local
1402 Z_PARAM_BOOL(double_encode); in php_html_entities()
1408 …(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset), double_encode); in php_html_entities()
H A Dbasic_functions.c1460 ZEND_ARG_INFO(0, double_encode)
1478 ZEND_ARG_INFO(0, double_encode)

Completed in 23 milliseconds