Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Ddns.c90 #ifndef DNS_T_PTR
91 #define DNS_T_PTR 12 macro
388 else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR; in PHP_FUNCTION()
514 case DNS_T_PTR: in php_parserr()
515 if (type == DNS_T_PTR) { in php_parserr()
891 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; in PHP_FUNCTION()

Completed in 8 milliseconds