DNS_T_SOA          83 ext/standard/dns.c #ifndef DNS_T_SOA
DNS_T_SOA         291 ext/standard/dns.c 			else if (!strcasecmp("SOA",   Z_STRVAL_PP(arg2))) type = DNS_T_SOA;
DNS_T_SOA         484 ext/standard/dns.c 		case DNS_T_SOA:
DNS_T_SOA         738 ext/standard/dns.c 				type_to_fetch = type_param&PHP_DNS_SOA   ? DNS_T_SOA   : 0;