--TEST-- FPM: bug72185 - FastCGI empty frame incorrectly created --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectBody('end'); for ($i=0; $i < 167; $i++) { $tester->expectLogNotice("PHP message: PHP is the best programming language"); } $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--