DNS_T_ANY         118 ext/standard/dns.c #ifndef DNS_T_ANY
DNS_T_ANY         385 ext/standard/dns.c 		else if (!strcasecmp("ANY",   rectype)) type = DNS_T_ANY;
DNS_T_ANY         886 ext/standard/dns.c 				type_to_fetch = DNS_T_ANY;
DNS_T_ANY         968 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval);
DNS_T_ANY         980 ext/standard/dns.c 					cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval);