Home
last modified time | relevance | path

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

/PHP-8.1/ext/standard/
H A Ddns_win32.c353 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 Ddns.c830 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
852 Z_PARAM_ZVAL(authns) in PHP_FUNCTION()
857 if (authns) { in PHP_FUNCTION()
858 authns = zend_try_array_init(authns); in PHP_FUNCTION()
859 if (!authns) { in PHP_FUNCTION()
1033 if (authns || addtl) { in PHP_FUNCTION()
1040 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1042 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
/PHP-8.1/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)

Completed in 25 milliseconds