DNS_T_TXT          98 ext/standard/dns.c #ifndef DNS_T_TXT
DNS_T_TXT         292 ext/standard/dns.c 			else if (!strcasecmp("TXT",   Z_STRVAL_PP(arg2))) type = DNS_T_TXT;
DNS_T_TXT         475 ext/standard/dns.c 		case DNS_T_TXT:
DNS_T_TXT         750 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_TXT   ? DNS_T_TXT   : 0;