--TEST-- FPM: GHSA-54hq-v5wp-fqgv - max_multipart_body_parts ini default --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); echo $tester ->request(stdin: [ 'parts' => [ 'count' => 30, ] ]) ->getBody(); $tester->terminate(); $tester->close(); ?> --EXPECT-- Warning: PHP Request Startup: Input variables exceeded 20. To increase the limit change max_input_vars in php.ini. in Unknown on line 0 Warning: PHP Request Startup: Multipart body parts limit exceeded 25. To increase the limit change max_multipart_body_parts in php.ini. in Unknown on line 0 int(20) --CLEAN--