Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Ddns_win32.c359 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
364 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
368 if (authns) { in PHP_FUNCTION()
369 authns = zend_try_array_init(authns); in PHP_FUNCTION()
370 if (!authns) { in PHP_FUNCTION()
486 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
490 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
H A Ddns.c813 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
835 Z_PARAM_ZVAL(authns) in PHP_FUNCTION()
840 if (authns) { in PHP_FUNCTION()
841 authns = zend_try_array_init(authns); in PHP_FUNCTION()
842 if (!authns) { in PHP_FUNCTION()
1016 if (authns || addtl) { in PHP_FUNCTION()
1023 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1025 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
/php-src/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)

Completed in 9 milliseconds