Searched refs:DNS_T_NAPTR (Results 1 – 1 of 1) sorted by relevance
105 #ifndef DNS_T_NAPTR106 #define DNS_T_NAPTR 35 macro407 else if (zend_string_equals_literal_ci(rectype, "NAPTR")) type = DNS_T_NAPTR; in PHP_FUNCTION()760 case DNS_T_NAPTR: in php_parserr()927 type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_T_NAPTR : 0; in PHP_FUNCTION()
Completed in 6 milliseconds