DNS_TYPE_SRV 121 ext/standard/dns_win32.c else if (!strcasecmp("SRV", rectype)) type = DNS_TYPE_SRV; DNS_TYPE_SRV 307 ext/standard/dns_win32.c case DNS_TYPE_SRV: DNS_TYPE_SRV 433 ext/standard/dns_win32.c type_to_fetch = type_param&PHP_DNS_SRV ? DNS_TYPE_SRV : 0;