Home
last modified time | relevance | path

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

/php-src/main/
H A Dphp_globals.h45 #define TRACK_VARS_FILES 5 macro
H A Drfc1867.c754 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) {
756 array_init(&PG(http_globals)[TRACK_VARS_FILES]);
1144 register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0);
1156 register_http_post_files_variable(lbuf, filename, &PG(http_globals)[TRACK_VARS_FILES], 0);
1176 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0);
1204 register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1);
1242 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
1253 …register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_o…
H A Dphp_variables.c847 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { in php_auto_globals_create_files()
848 array_init(&PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
851 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
852 Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
/php-src/ext/standard/
H A Dhttp.c346 zval *global_files = &PG(http_globals)[TRACK_VARS_FILES]; in PHP_FUNCTION()

Completed in 16 milliseconds