--TEST-- FPM: gh12232 - loading shared ext in FPM config --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester->request()->expectBody(['bool(true)', 'string(5) "hello"', 'string(4) "test"']); $tester->request()->expectBody(['bool(true)', 'string(5) "hello"', 'string(4) "test"']); $tester->terminate(); $tester->expectLogTerminatingNotices(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--