Home
last modified time | relevance | path

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

/PHP-7.1/main/
H A Drfc1867.c189 static void register_http_post_files_variable_ex(char *var, zval *val, zval *http_post_files, zend_… in register_http_post_files_variable_ex() function
1240 register_http_post_files_variable_ex(lbuf, &zfilename, &PG(http_globals)[TRACK_VARS_FILES], 1);
1278 register_http_post_files_variable_ex(lbuf, &error_type, &PG(http_globals)[TRACK_VARS_FILES], 0);
1302register_http_post_files_variable_ex(lbuf, &file_size, &PG(http_globals)[TRACK_VARS_FILES], size_o…

Completed in 18 milliseconds