Searched refs:authns (Results 1 – 4 of 4) sorted by relevance
/PHP-7.2/ext/standard/ |
H A D | dns_win32.c | 351 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 D | dns.c | 800 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 821 Z_PARAM_ZVAL_DEREF_EX(authns, 1, 0) in PHP_FUNCTION() 826 if (authns) { in PHP_FUNCTION() 827 zval_ptr_dtor(authns); in PHP_FUNCTION() 828 array_init(authns); in PHP_FUNCTION() 998 if (authns || addtl) { in PHP_FUNCTION() 1005 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION() 1007 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
|
H A D | basic_functions.c | 975 ZEND_ARG_ARRAY_INFO(1, authns, 1)
|
/PHP-7.2/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
|
Completed in 19 milliseconds