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