Home
last modified time | relevance | path

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

/php-src/ext/standard/
H A Dhttp.c346 zval *global_files = &PG(http_globals)[TRACK_VARS_FILES]; in PHP_FUNCTION() local
349 ZVAL_COPY_VALUE(&old_files, global_files); in PHP_FUNCTION()
351 array_init(global_files); in PHP_FUNCTION()
354 ZVAL_COPY_VALUE(&files, global_files); in PHP_FUNCTION()
356 ZVAL_COPY_VALUE(global_files, &old_files); in PHP_FUNCTION()

Completed in 5 milliseconds