Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns.c100 #ifndef DNS_T_AAAA
101 #define DNS_T_AAAA 28 macro
422 else if (zend_string_equals_literal_ci(rectype, "AAAA")) type = DNS_T_AAAA; in PHP_FUNCTION()
650 case DNS_T_AAAA: in php_parserr()
938 type_to_fetch = type_param&PHP_DNS_AAAA ? DNS_T_AAAA : 0; in PHP_FUNCTION()

Completed in 9 milliseconds