DNS_TYPE_PTR      115 ext/standard/dns_win32.c 		else if (!strcasecmp("PTR",   rectype)) type = DNS_TYPE_PTR;
DNS_TYPE_PTR      195 ext/standard/dns_win32.c 		case DNS_TYPE_PTR:
DNS_TYPE_PTR      196 ext/standard/dns_win32.c 			if (type == DNS_TYPE_PTR) {
DNS_TYPE_PTR      418 ext/standard/dns_win32.c 				type_to_fetch = type_param&PHP_DNS_PTR   ? DNS_TYPE_PTR   : 0;