DNS_T_PTR          90 ext/standard/dns.c #ifndef DNS_T_PTR
DNS_T_PTR         384 ext/standard/dns.c 		else if (!strcasecmp("PTR",   rectype)) type = DNS_T_PTR;
DNS_T_PTR         505 ext/standard/dns.c 		case DNS_T_PTR:
DNS_T_PTR         506 ext/standard/dns.c 			if (type == DNS_T_PTR) {
DNS_T_PTR         858 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_PTR   ? DNS_T_PTR   : 0;