DNS_T_SRV 108 ext/standard/dns.c #ifndef DNS_T_SRV
DNS_T_SRV 390 ext/standard/dns.c else if (!strcasecmp("SRV", rectype)) type = DNS_T_SRV;
DNS_T_SRV 700 ext/standard/dns.c case DNS_T_SRV:
DNS_T_SRV 873 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0;