--TEST-- FPM: GHSA-54hq-v5wp-fqgv - exceeding max_file_uploads --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); echo $tester ->request(stdin: [ 'parts' => [ 'count' => 10, 'param' => 'filename' ] ]) ->getBody(); $tester->terminate(); $tester->close(); ?> --EXPECT-- Warning: Maximum number of allowable file uploads has been exceeded in Unknown on line 0 int(5) --CLEAN--