Searched refs:DNS_T_A (Results 1 – 1 of 1) sorted by relevance
72 #ifndef DNS_T_A73 #define DNS_T_A 1 macro396 if (zend_string_equals_literal_ci(rectype, "A")) type = DNS_T_A; in PHP_FUNCTION()502 case DNS_T_A: in php_parserr()897 type_to_fetch = type_param&PHP_DNS_A ? DNS_T_A : 0; in PHP_FUNCTION()
Completed in 5 milliseconds