DNS_T_NS 81 ext/standard/dns.c #ifndef DNS_T_NS
DNS_T_NS 371 ext/standard/dns.c else if (!strcasecmp("NS", rectype)) type = DNS_T_NS;
DNS_T_NS 479 ext/standard/dns.c case DNS_T_NS:
DNS_T_NS 480 ext/standard/dns.c if (type == DNS_T_NS) {
DNS_T_NS 798 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0;