DNS_TYPE_AAAA     120 ext/standard/dns_win32.c 		else if (!strcasecmp("AAAA",  rectype)) type = DNS_TYPE_AAAA;
DNS_TYPE_AAAA     252 ext/standard/dns_win32.c 		case DNS_TYPE_AAAA:
DNS_TYPE_AAAA     430 ext/standard/dns_win32.c 				type_to_fetch = type_param&PHP_DNS_AAAA	 ? DNS_TYPE_AAAA  : 0;