DNS_T_AAAA        105 ext/standard/dns.c #ifndef DNS_T_AAAA
DNS_T_AAAA        378 ext/standard/dns.c 		else if (!strcasecmp("AAAA",  rectype)) type = DNS_T_AAAA;
DNS_T_AAAA        556 ext/standard/dns.c 		case DNS_T_AAAA:
DNS_T_AAAA        819 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_AAAA	 ? DNS_T_AAAA  : 0;