Home
last modified time | relevance | path

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

/PHP-8.0/ext/standard/
H A Ddns_win32.c352 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
357 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
361 if (authns) { in PHP_FUNCTION()
362 authns = zend_try_array_init(authns); in PHP_FUNCTION()
363 if (!authns) { in PHP_FUNCTION()
479 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
483 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
H A Ddns.c799 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
821 Z_PARAM_ZVAL(authns) in PHP_FUNCTION()
826 if (authns) { in PHP_FUNCTION()
827 authns = zend_try_array_init(authns); in PHP_FUNCTION()
828 if (!authns) { in PHP_FUNCTION()
1002 if (authns || addtl) { in PHP_FUNCTION()
1009 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1011 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
/PHP-8.0/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)

Completed in 11 milliseconds