Home
last modified time | relevance | path

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

/PHP-8.3/main/
H A Drfc1867.c666 int upload_cnt = INI_INT("max_file_uploads"); local
690 body_parts_cnt = PG(max_input_vars) + upload_cnt;
907 } else if (upload_cnt <= 0) {
909 if (upload_cnt == 0) {
910 --upload_cnt;
997 upload_cnt--;

Completed in 9 milliseconds