Home
last modified time | relevance | path

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

/PHP-5.5/ext/standard/
H A Dhtml.h58 …oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC);
H A Dhtml.c1214 … oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC) in php_escape_html_entities_ex()
1240 if (!double_encode) { in php_escape_html_entities_ex()
1371 if (double_encode) { in php_escape_html_entities_ex()
1445 zend_bool double_encode = 1; in php_html_entities() local
1447 …, "s|ls!b", &str, &str_len, &flags, &hint_charset, &hint_charset_len, &double_encode) == FAILURE) { in php_html_entities()
1451 …_html_entities_ex(str, str_len, &new_len, all, (int) flags, hint_charset, double_encode TSRMLS_CC); in php_html_entities()
H A Dbasic_functions.c1493 ZEND_ARG_INFO(0, double_encode)
1511 ZEND_ARG_INFO(0, double_encode)
/PHP-5.5/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt5 …cialchars ( string $string [, int $quote_style [, string $charset [, bool $double_encode ]]] )

Completed in 19 milliseconds