Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Ddns.c85 #ifndef DNS_T_PTR
86 #define DNS_T_PTR 12 macro
396 else if (zend_string_equals_literal_ci(rectype, "PTR")) type = DNS_T_PTR; in PHP_FUNCTION()
522 case DNS_T_PTR: in php_parserr()
523 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 6 milliseconds