Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns.c109 #ifndef DNS_T_A6
110 #define DNS_T_A6 38 macro
425 else if (zend_string_equals_literal_ci(rectype, "A6")) type = DNS_T_A6; in PHP_FUNCTION()
684 case DNS_T_A6: in php_parserr()
947 type_to_fetch = type_param&PHP_DNS_A6 ? DNS_T_A6 : 0; in PHP_FUNCTION()

Completed in 9 milliseconds