--TEST-- FPM: Buffered worker output plain log with msg with flush split position towards separator start --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectEmptyBody(); $tester->expectLogLine(str_repeat('a', 1009) . "Quarkslab", decorated: false); $tester->expectLogLine("Quarkslab", decorated: false); $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--