Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns.c75 #ifndef DNS_T_NS
76 #define DNS_T_NS 2 macro
397 else if (zend_string_equals_literal_ci(rectype, "NS")) type = DNS_T_NS; in PHP_FUNCTION()
520 case DNS_T_NS: in php_parserr()
521 if (type == DNS_T_NS) { in php_parserr()
900 type_to_fetch = type_param&PHP_DNS_NS ? DNS_T_NS : 0; in PHP_FUNCTION()

Completed in 6 milliseconds