Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/tests/network/
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.1/ext/standard/
H A Dphp_dns.h73 PHP_FUNCTION(dns_get_record);
H A Ddns_win32.c346 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
H A Ddns.c798 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
H A Dbasic_functions.c3054 PHP_FE(dns_get_record, arginfo_dns_get_record)
/PHP-7.1/
H A DNEWS1408 . Fixed bug #73594 (dns_get_record does not populate $additional out
2820 . Fixed bug #72193 (dns_get_record returns array containing elements of

Completed in 67 milliseconds