--TEST-- FPM: bug81513 - Buffered worker output plain log stream reallocation --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); $tester->terminate(); $tester->expectLogLine(str_repeat('a', 100) . str_repeat('b', 923), decorated: false); $tester->expectLogLine(str_repeat('b', 1023), decorated: false); $tester->expectLogLine(str_repeat('b', 554), decorated: false); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--