Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns.c116 #ifndef DNS_T_ANY
117 #define DNS_T_ANY 255 macro
417 else if (zend_string_equals_literal_ci(rectype, "ANY")) type = DNS_T_ANY; in PHP_FUNCTION()
494 if (type_to_fetch != DNS_T_ANY && type != type_to_fetch) { in php_parserr()
957 type_to_fetch = DNS_T_ANY; in PHP_FUNCTION()
1040 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1052 cp = php_parserr(cp, end, &answer, DNS_T_ANY, 1, raw, &retval); in PHP_FUNCTION()

Completed in 10 milliseconds