DNS_T_NS 77 ext/standard/dns.c #ifndef DNS_T_NS DNS_T_NS 287 ext/standard/dns.c else if (!strcasecmp("NS", Z_STRVAL_PP(arg2))) type = DNS_T_NS; DNS_T_NS 449 ext/standard/dns.c case DNS_T_NS: DNS_T_NS 450 ext/standard/dns.c if (type == DNS_T_NS) DNS_T_NS 732 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0;