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