Home
last modified time | relevance | path

Searched refs:store_results (Results 1 – 2 of 2) sorted by relevance

/PHP-7.4/ext/standard/
H A Ddns_win32.c357 int type, type_to_fetch, first_query = 1, store_results = 1; in PHP_FUNCTION() local
453 store_results = 0; in PHP_FUNCTION()
478 php_parserr(pRec, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION()
479 if (!Z_ISUNDEF(retval) && store_results) { in PHP_FUNCTION()
H A Ddns.c824 int type, first_query = 1, store_results = 1; in PHP_FUNCTION() local
933 store_results = 0; in PHP_FUNCTION()
1007 cp = php_parserr(cp, end, &answer, type_to_fetch, store_results, raw, &retval); in PHP_FUNCTION()
1008 if (Z_TYPE(retval) != IS_UNDEF && store_results) { in PHP_FUNCTION()

Completed in 7 milliseconds