Searched refs:DNS_T_SOA (Results 1 – 1 of 1) sorted by relevance
81 #ifndef DNS_T_SOA82 #define DNS_T_SOA 6 macro401 else if (zend_string_equals_literal_ci(rectype, "SOA")) type = DNS_T_SOA; in PHP_FUNCTION()607 case DNS_T_SOA: in php_parserr()906 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()
Completed in 14 milliseconds