Searched refs:dns_get_record (Results 1 – 9 of 9) sorted by relevance
/PHP-8.0/ext/standard/tests/network/ |
H A D | dns_get_record_error_conditions.phpt | 2 dns_get_record() error conditions 7 dns_get_record('php.net', 15263480); 15 dns_get_record('php.net', 0, $auth, $additional, true); 23 dns_get_record('php.net', 15263480, $auth, $additional, true); 29 dns_get_record(): Argument #2 ($type) must be a DNS_* constant 30 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true 31 dns_get_record(): Argument #2 ($type) must be between 1 and 65535 when argument #5 ($raw) is true
|
H A D | bug81618.phpt | 2 Bug #81618: dns_get_record failure on FreeBSD 9 $ret = dns_get_record('www.google.com', DNS_A + DNS_CNAME);
|
H A D | bug73594a.phpt | 2 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
|
H A D | bug73594.phpt | 2 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
|
/PHP-8.0/ext/standard/ |
H A D | dns_win32.c | 347 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
|
H A D | dns.c | 794 PHP_FUNCTION(dns_get_record) in PHP_FUNCTION() argument
|
H A D | basic_functions.stub.php | 414 function dns_get_record(string $hostname, int $type = DNS_ANY, &$authoritative_name_servers = null,… function
|
H A D | basic_functions_arginfo.h | 2394 ZEND_FUNCTION(dns_get_record); 3025 ZEND_FE(dns_get_record, arginfo_dns_get_record)
|
/PHP-8.0/ |
H A D | NEWS | 528 . Fixed bug #81618 (dns_get_record fails on FreeBSD for missing type). 643 . Fixed bug #81400 (Unterminated string in dns_get_record() results). (cmb)
|
Completed in 36 milliseconds