Searched refs:double_encode (Results 1 - 3 of 3) sorted by relevance
| /PHP_TRUNK/ext/standard/ |
| H A D | html.h | 58 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC);
|
| H A D | html.c | 1214 PHPAPI char *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, size_t *newlen, int all, int flags, char *hint_charset, zend_bool double_encode TSRMLS_DC) 1222 const entity_ht *inv_map = NULL; /* used for !double_encode */ 1240 if (!double_encode) { 1371 if (double_encode) { 1440 zend_bool double_encode = 1; local 1442 if (zend_parse_parameters(ZEND_NUM_ARGS() TSRMLS_CC, "s|ls!b", &str, &str_len, &flags, &hint_charset, &hint_charset_len, &double_encode) == FAILURE) { 1446 replaced = php_escape_html_entities_ex(str, str_len, &new_len, all, (int) flags, hint_charset, double_encode TSRMLS_CC); 1473 /* {{{ proto string htmlspecialchars(string string [, int quote_style[, string charset[, bool double_encode]]]) 1527 /* {{{ proto string htmlentities(string string [, int quote_style[, string charset[, bool double_encode]]])
|
| H A D | basic_functions.c | 1496 ZEND_ARG_INFO(0, double_encode) 1514 ZEND_ARG_INFO(0, double_encode)
|
Completed in 12 milliseconds