TRACK_VARS_FILES 723 main/php_variables.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) == IS_UNDEF) { TRACK_VARS_FILES 724 main/php_variables.c array_init(&PG(http_globals)[TRACK_VARS_FILES]); TRACK_VARS_FILES 727 main/php_variables.c zend_hash_update(&EG(symbol_table), name, &PG(http_globals)[TRACK_VARS_FILES]); TRACK_VARS_FILES 728 main/php_variables.c Z_ADDREF(PG(http_globals)[TRACK_VARS_FILES]); TRACK_VARS_FILES 776 main/rfc1867.c if (Z_TYPE(PG(http_globals)[TRACK_VARS_FILES]) != IS_ARRAY) { TRACK_VARS_FILES 778 main/rfc1867.c array_init(&PG(http_globals)[TRACK_VARS_FILES]); TRACK_VARS_FILES 1169 main/rfc1867.c register_http_post_files_variable(lbuf, s, &PG(http_globals)[TRACK_VARS_FILES], 0); TRACK_VARS_FILES 1200 main/rfc1867.c register_http_post_files_variable(lbuf, cd, &PG(http_globals)[TRACK_VARS_FILES], 0); TRACK_VARS_FILES 1238 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1); TRACK_VARS_FILES 1276 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0); TRACK_VARS_FILES 1300 main/rfc1867.c register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_overflow); TRACK_VARS_FILES 167 sapi/phpdbg/phpdbg_wait.c phpdbg_rebuild_http_globals_array(TRACK_VARS_FILES, "_FILES");