duh, test before commit!; remove errenous additional CRLF on php_http_message_to_stri...
[m6w6/ext-http] / tests / message002.phpt
index 005f09898201e2c6d04b1d11654db26dc8a9e4b7..dcaacf3d4b4d2e0f18917654d4215ab81e41f486 100644 (file)
@@ -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());
 
@@ -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