DNS_T_SRV 104 ext/standard/dns.c #ifndef DNS_T_SRV DNS_T_SRV 295 ext/standard/dns.c else if (!strcasecmp("SRV", Z_STRVAL_PP(arg2))) type = DNS_T_SRV; DNS_T_SRV 617 ext/standard/dns.c case DNS_T_SRV: DNS_T_SRV 756 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0;