Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns.c84 #ifndef DNS_T_PTR
85 #define DNS_T_PTR 12 macro
399 else if (zend_string_equals_literal_ci(rectype, "PTR")) type = DNS_T_PTR; in PHP_FUNCTION()
525 case DNS_T_PTR: in php_parserr()
526 if (type == DNS_T_PTR) { in php_parserr()
909 type_to_fetch = type_param&PHP_DNS_PTR ? DNS_T_PTR : 0; in PHP_FUNCTION()

Completed in 6 milliseconds