Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns.c97 #ifndef DNS_T_TXT
98 #define DNS_T_TXT 16 macro
420 else if (zend_string_equals_literal_ci(rectype, "TXT")) type = DNS_T_TXT; in PHP_FUNCTION()
592 case DNS_T_TXT: in php_parserr()
935 type_to_fetch = type_param&PHP_DNS_TXT ? DNS_T_TXT : 0; in PHP_FUNCTION()

Completed in 7 milliseconds