Home
last modified time | relevance | path

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

/PHP-5.3/ext/standard/
H A Dhtml.h43 …len, int *newlen, int all, int quote_style, char *hint_charset, zend_bool double_encode TSRMLS_DC);
H A Dhtml.c1125 …dlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool double_encode TSRMLS_DC) in php_escape_html_entities_ex()
1199 if (double_encode) { in php_escape_html_entities_ex()
1284 zend_bool double_encode = 1; in php_html_entities() local
1286 …s!b", &str, &str_len, &quote_style, &hint_charset, &hint_charset_len, &double_encode) == FAILURE) { in php_html_entities()
1290 …cape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_encode TSRMLS_CC); in php_html_entities()
H A Dbasic_functions.c1488 ZEND_ARG_INFO(0, double_encode)
1506 ZEND_ARG_INFO(0, double_encode)
/PHP-5.3/ext/standard/tests/strings/
H A Dhtmlspecialchars_basic.phpt5 …cialchars ( string $string [, int $quote_style [, string $charset [, bool $double_encode ]]] )

Completed in 22 milliseconds