Home
last modified time | relevance | path

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

/PHP-7.0/ext/standard/
H A Ddns.c84 #ifndef DNS_T_CNAME
85 #define DNS_T_CNAME 5 macro
393 else if (!strcasecmp("CNAME", rectype)) type = DNS_T_CNAME; in PHP_FUNCTION()
500 case DNS_T_CNAME: in php_parserr()
501 if (type == DNS_T_CNAME) { in php_parserr()
875 type_to_fetch = type_param&PHP_DNS_CNAME ? DNS_T_CNAME : 0; in PHP_FUNCTION()

Completed in 9 milliseconds