Home
last modified time | relevance | path

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

/PHP-8.3/ext/standard/
H A Ddns.c106 #ifndef DNS_T_NAPTR
107 #define DNS_T_NAPTR 35 macro
404 else if (zend_string_equals_literal_ci(rectype, "NAPTR")) type = DNS_T_NAPTR; in PHP_FUNCTION()
757 case DNS_T_NAPTR: in php_parserr()
924 type_to_fetch = type_param&PHP_DNS_NAPTR ? DNS_T_NAPTR : 0; in PHP_FUNCTION()

Completed in 6 milliseconds