--TEST-- FPM: bug72573 - HTTP_PROXY - CVE-2016-5385 --SKIPIF-- --FILE-- start(); $tester->expectLogStartNotices(); $tester ->request( '', [ 'HTTP_FOO' => 'BAR', 'HTTP_PROXY' => 'BADPROXY', ] ) ->expectBody( [ 'Test Start', 'NULL', 'string(3) "BAR"', 'bool(false)', 'string(3) "BAR"', 'Test End' ] ); $tester->terminate(); $tester->close(); ?> Done --EXPECT-- Done --CLEAN--