double_encode    1457 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, double_encode)
double_encode    1475 ext/standard/basic_functions.c 	ZEND_ARG_INFO(0, double_encode)
double_encode    1226 ext/standard/html.c PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode)
double_encode    1252 ext/standard/html.c 	if (!double_encode) {
double_encode    1382 ext/standard/html.c 			if (double_encode) {
double_encode    1450 ext/standard/html.c 	zend_bool double_encode = 1;
double_encode    1453 ext/standard/html.c 	if (zend_parse_parameters(ZEND_NUM_ARGS(), "S|lS!b", &str, &flags, &hint_charset, &double_encode) == FAILURE) {
double_encode    1462 ext/standard/html.c 		Z_PARAM_BOOL(double_encode);
double_encode    1469 ext/standard/html.c 	replaced = php_escape_html_entities_ex((unsigned char*)ZSTR_VAL(str), ZSTR_LEN(str), all, (int) flags, (hint_charset ? ZSTR_VAL(hint_charset) : default_charset), double_encode);
double_encode      58 ext/standard/html.h PHPAPI zend_string *php_escape_html_entities_ex(unsigned char *old, size_t oldlen, int all, int flags, char *hint_charset, zend_bool double_encode);