--TEST-- Implement Req #65917 (getallheaders() is not supported by the built-in web server) --SKIPIF-- --FILE-- --EXPECTF-- HTTP/1.1 200 OK Host: %s Date: %s Connection: close X-Powered-By: %s Bar-Foo: Foo Content-type: text/html; charset=UTF-8 array(2) { ["Host"]=> string(9) "localhost" ["Foo-Bar"]=> string(3) "Bar" } array(2) { ["Host"]=> string(9) "localhost" ["Foo-Bar"]=> string(3) "Bar" } array(3) { ["X-Powered-By"]=> string(%d) "P%s" ["Bar-Foo"]=> string(3) "Foo" ["Content-type"]=> string(24) "text/html; charset=UTF-8" }