Home
last modified time | relevance | path

Searched refs:DNS_T_SOA (Results 1 – 1 of 1) sorted by path

/PHP-7.1/ext/standard/
H A Ddns.c87 #ifndef DNS_T_SOA
88 #define DNS_T_SOA 6 macro
390 else if (!strcasecmp("SOA", rectype)) type = DNS_T_SOA; in PHP_FUNCTION()
596 case DNS_T_SOA: in php_parserr()
888 type_to_fetch = type_param&PHP_DNS_SOA ? DNS_T_SOA : 0; in PHP_FUNCTION()

Completed in 8 milliseconds