Searched refs:authns (Results 1 – 3 of 3) sorted by relevance
/PHP-8.3/ext/standard/ |
H A D | dns_win32.c | 353 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 358 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION() 362 if (authns) { in PHP_FUNCTION() 363 authns = zend_try_array_init(authns); in PHP_FUNCTION() 364 if (!authns) { in PHP_FUNCTION() 480 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION() 484 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
|
H A D | dns.c | 810 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 832 Z_PARAM_ZVAL(authns) in PHP_FUNCTION() 837 if (authns) { in PHP_FUNCTION() 838 authns = zend_try_array_init(authns); in PHP_FUNCTION() 839 if (!authns) { in PHP_FUNCTION() 1013 if (authns || addtl) { in PHP_FUNCTION() 1020 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION() 1022 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
|
/PHP-8.3/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
|
Completed in 13 milliseconds