Home
last modified time | relevance | path

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

/PHP-7.0/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()
364 if (addtl) { in PHP_FUNCTION()
365 zval_dtor(addtl); in PHP_FUNCTION()
366 array_init(addtl); in PHP_FUNCTION()
394 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
491 if (addtl && pRec->Flags.S.Section == DnsSectionAdditional) { in PHP_FUNCTION()
494 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Ddns.c793 zval *authns = NULL, *addtl = NULL; in PHP_FUNCTION() local
811 &hostname, &hostname_len, &type_param, &authns, &addtl, &raw) == FAILURE) { in PHP_FUNCTION()
819 if (addtl) { in PHP_FUNCTION()
820 zval_dtor(addtl); in PHP_FUNCTION()
821 array_init(addtl); in PHP_FUNCTION()
858 type < (addtl ? (PHP_DNS_NUM_TYPES + 2) : PHP_DNS_NUM_TYPES) || first_query; in PHP_FUNCTION()
987 if (authns || addtl) { in PHP_FUNCTION()
1001 if (addtl) { in PHP_FUNCTION()
1008 add_next_index_zval(addtl, &retval); in PHP_FUNCTION()
H A Dbasic_functions.c977 ZEND_ARG_ARRAY_INFO(1, addtl, 1)
/PHP-7.0/ext/standard/tests/
H A Ddns_get_record.phpt2 array dns_get_record ( string $hostname [, int $type = DNS_ANY [, array &$authns [, array &$addtl […

Completed in 32 milliseconds