DNS_T_PTR 86 ext/standard/dns.c #ifndef DNS_T_PTR
DNS_T_PTR 289 ext/standard/dns.c else if (!strcasecmp("PTR", Z_STRVAL_PP(arg2))) type = DNS_T_PTR;
DNS_T_PTR 453 ext/standard/dns.c case DNS_T_PTR:
DNS_T_PTR 454 ext/standard/dns.c if (type == DNS_T_PTR)
DNS_T_PTR 741 ext/standard/dns.c type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0;