X-Git-Url: https://git.m6w6.name/?a=blobdiff_plain;f=tests%2Fmessage002.phpt;h=810c1e8e09a3100bba4b9e97ddd1a02e4e2b595f;hb=6519517dbcc5d55117b3fa94572fe93123ddfe56;hp=bb19875844411b0bfc810c884329f5b04a358338;hpb=cdfa5298b064787eebbdce77a46b5ae77b3617ae;p=m6w6%2Fext-http diff --git a/tests/message002.phpt b/tests/message002.phpt index bb19875..810c1e8 100644 --- a/tests/message002.phpt +++ b/tests/message002.phpt @@ -18,7 +18,7 @@ use http\env\Request as HttpEnvRequest; $m = new HttpEnvRequest(); var_dump($m); -echo $m; +echo $m,"\n"; var_dump((string)$m->getBody()); @@ -47,12 +47,12 @@ object(%s)#%d (13) { string(3) "1.1" ["headers":protected]=> array(4) { - ["Content-Type"]=> - string(14) "test/something" - ["Content-Length"]=> - string(1) "3" ["X-Test"]=> string(4) "test" + ["Content-Length"]=> + string(1) "3" + ["Content-Type"]=> + string(14) "test/something" ["Cookie"]=> string(7) "foo=bar" } @@ -66,7 +66,7 @@ object(%s)#%d (13) { array(0) { } } - ["post":protected]=> + ["form":protected]=> object(http\QueryString)#3 (2) { ["errorHandling":protected]=> NULL @@ -80,8 +80,10 @@ object(%s)#%d (13) { } POST / HTTP/1.1%a X-Test: test%a +Content-Length: 3%a +Content-Type: test/something%a Cookie: foo=bar%a %a -b=c%a +b=c string(3) "b=c" Done