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