--TEST-- env request body --SKIPIF-- --PUT-- Content-Type: application/x-www-form-urlencoded foo=bar&baz=buh --FILE-- DONE --EXPECT-- array(2) { ["foo"]=> string(3) "bar" ["baz"]=> string(3) "buh" } DONE