Searched refs:TRACK_VARS_FILES (Results 1 – 3 of 3) sorted by relevance
/PHP-8.2/main/ |
H A D | php_globals.h | 43 #define TRACK_VARS_FILES 5 macro
|
H A D | rfc1867.c | 775 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) { 777 array_init(&PG(http_globals)[TRACK_VARS_FILES]); 1165 register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0); 1177 register_http_post_files_variable(lbuf, filename, &PG(http_globals)[TRACK_VARS_FILES], 0); 1197 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0); 1225 register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1); 1263 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0); 1274 …register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_o…
|
H A D | php_variables.c | 851 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { in php_auto_globals_create_files() 852 array_init(&PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files() 855 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files() 856 Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
|
Completed in 12 milliseconds