DNS_T_SOA 87 ext/standard/dns.c #ifndef DNS_T_SOA
DNS_T_SOA 375 ext/standard/dns.c else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA;
DNS_T_SOA 531 ext/standard/dns.c case DNS_T_SOA:
DNS_T_SOA 804 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0;