Home
last modified time | relevance | path

Searched refs:DNS_T_CNAME (Results 1 – 1 of 1) sorted by relevance

/php-src/ext/standard/
H A Ddns.c78 #ifndef DNS_T_CNAME
79 #define DNS_T_CNAME 5 macro
404 else if (zend_string_equals_literal_ci(rectype, "CNAME")) type = DNS_T_CNAME; in PHP_FUNCTION()
515 case DNS_T_CNAME: in php_parserr()
516 if (type == DNS_T_CNAME) { in php_parserr()
903 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()

Completed in 11 milliseconds