Home
last modified time | relevance | path

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

/PHP-7.4/ext/standard/
H A Ddns_win32.c356 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
361 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
365 if (authns) { in PHP_FUNCTION()
366 authns = zend_try_array_init(authns); in PHP_FUNCTION()
367 if (!authns) { in PHP_FUNCTION()
484 if (authns && pRec->Flags.S.Section == DnsSectionAuthority) { in PHP_FUNCTION()
488 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
H A Ddns.c809 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
831 Z_PARAM_ZVAL(authns) in PHP_FUNCTION()
836 if (authns) { in PHP_FUNCTION()
837 authns = zend_try_array_init(authns); in PHP_FUNCTION()
838 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()
H A Dbasic_functions.c973 ZEND_ARG_ARRAY_INFO(1, authns, 1)
/PHP-7.4/ext/standard/tests/network/
H A Dbug73594a.phpt2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)

Completed in 22 milliseconds