--TEST-- FPM: GH-12385 - flush with fastcgi does not force headers to be sent --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $response = $tester->request(); $response->expectHeader("X-Test", "12345"); $response->expectBody("bool(true)"); $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--