Searched refs:DNS_T_CNAME (Results 1 – 1 of 1) sorted by relevance
79 #ifndef DNS_T_CNAME80 #define DNS_T_CNAME 5 macro401 else if (zend_string_equals_literal_ci(rectype, "CNAME")) type = DNS_T_CNAME; in PHP_FUNCTION()512 case DNS_T_CNAME: in php_parserr()513 if (type == DNS_T_CNAME) { in php_parserr()900 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()
Completed in 7 milliseconds