--TEST-- FPM: Buffered worker output decorated log with limit 8000 with 4096 msg --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); $tester->terminate(); $tester->expectLogMessage('a', 8000, 4096); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--