Searched refs:authns (Results 1 – 5 of 5) sorted by relevance
/PHP-7.0/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 | 793 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local 811 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION() 815 if (authns) { in PHP_FUNCTION() 816 zval_dtor(authns); in PHP_FUNCTION() 817 array_init(authns); in PHP_FUNCTION() 987 if (authns || addtl) { in PHP_FUNCTION() 994 cp = php_parserr(cp, end, &answer, DNS_T_ANY, authns != NULL, raw, &retval); in PHP_FUNCTION() 996 add_next_index_zval(authns, &retval); in PHP_FUNCTION()
|
H A D | basic_functions.c | 976 ZEND_ARG_ARRAY_INFO(1, authns, 1)
|
/PHP-7.0/ext/standard/tests/network/ |
H A D | bug73594a.phpt | 2 Bug #73594 (dns_get_record() does not populate $additional out parameter - $authns parameter)
|
/PHP-7.0/ext/standard/tests/ |
H A D | dns_get_record.phpt | 2 array dns_get_record ( string $hostname [, int $type = DNS_ANY [, array &$authns [, array &$addtl […
|
Completed in 44 milliseconds