Searched defs:double_encode (Results 1 - 1 of 1) sorted by relevance
| /PHP_5_3/ext/standard/ |
| H A D | html.c | 1125 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, int oldlen, int *newlen, int all, int quote_style, char *hint_charset, zend_bool double_encode TSRMLS_DC) 1199 if (double_encode) { 1284 zend_bool double_encode = 1; local 1286 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, "e_style, &hint_charset, &hint_charset_len, &double_encode) == FAILURE) { 1290 replaced = php_escape_html_entities_ex(str, str_len, &len, all, quote_style, hint_charset, double_encode TSRMLS_CC); 1311 /* {{{ proto string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]]) 1408 /* {{{ proto string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])
|
Completed in 5 milliseconds