Home
last modified time | relevance | path

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

/PHP-7.1/ext/standard/
H A Ddns_win32.c351 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
356 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
360 if (authns) { in PHP_FUNCTION()
361 zval_dtor(authns); in PHP_FUNCTION()
362 array_init(authns); in PHP_FUNCTION()
475 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
479 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
H A Ddns.c803 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
821 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
825 if (authns) { in PHP_FUNCTION()
826 zval_dtor(authns); in PHP_FUNCTION()
827 array_init(authns); in PHP_FUNCTION()
997 if (authns || addtl) { in PHP_FUNCTION()
1004 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION()
1006 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
H A Dbasic_functions.c977 ZEND_ARG_ARRAY_INFO(1, authns, 1)
/PHP-7.1/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)

Completed in 26 milliseconds