Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/tests/network/
H A Dbug81618.phpt2 Bug #81618: dns_get_record failure on FreeBSD
9 $ret = dns_get_record('www.google.com', DNS_A + DNS_CNAME);
H A Dbug73594.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter)
22 $res = dns_get_record('php.net', DNS_MX, $auth, $additional);
23 // only check $additional if dns_get_record is successful
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
21 $res = dns_get_record('php.net', DNS_MX, $auth);
22 // only check $auth if dns_get_record is successful
/PHP-7.4/ext/standard/
H A Dphp_dns.h74 PHP_FUNCTION(dns_get_record);
H A Ddns_win32.c351 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
H A Ddns.c804 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
H A Dbasic_functions.c3092 PHP_FE(dns_get_record, arginfo_dns_get_record)
/PHP-7.4/
H A DNEWS69 . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type).
162 . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
893 . Fixed bug #79561 (dns_get_record() fails with DNS_ALL). (cmb)

Completed in 29 milliseconds