Home
last modified time | relevance | path

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

/php-src/main/
H A Drfc1867.c157 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, bool … in register_http_post_files_variable_ex() function
1212 register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1);
1250 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
1261register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_o…

Completed in 7 milliseconds