Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns.c102 #ifndef DNS_T_SRV
103 #define DNS_T_SRV 33 macro
406 else if (zend_string_equals_literal_ci(rectype, "SRV")) type = DNS_T_SRV; in PHP_FUNCTION()
744 case DNS_T_SRV: in php_parserr()
924 type_to_fetch = type_param&PHP_DNS_SRV ? DNS_T_SRV : 0; in PHP_FUNCTION()

Completed in 15 milliseconds