Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns.c83 #ifndef DNS_T_PTR
84 #define DNS_T_PTR 12 macro
394 else if (!strcasecmp("PTR", rectype)) type = DNS_T_PTR; in PHP_FUNCTION()
520 case DNS_T_PTR: in php_parserr()
521 if (type == DNS_T_PTR) { in php_parserr()
906 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; in PHP_FUNCTION()

Completed in 9 milliseconds