Searched refs:TRACK_VARS_FILES (Results 1 – 4 of 4) sorted by relevance
/PHP-7.4/main/ |
H A D | php_globals.h | 45 #define TRACK_VARS_FILES 5 macro
|
H A D | rfc1867.c | 769 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) { 771 array_init(&PG(http_globals)[TRACK_VARS_FILES]); 1162 register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0); 1193 register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0); 1231 register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1); 1269 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0); 1293 …register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_o…
|
H A D | php_variables.c | 823 if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { in php_auto_globals_create_files() 824 array_init(&PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files() 827 zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files() 828 Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); in php_auto_globals_create_files()
|
/PHP-7.4/sapi/phpdbg/ |
H A D | phpdbg_wait.c | 167 phpdbg_rebuild_http_globals_array(TRACK_VARS_FILES, "_FILES"); in phpdbg_webdata_decompress()
|
Completed in 22 milliseconds