update test
[m6w6/ext-http] / tests / message002.phpt
index 06d9e1b909d996db5fb18519e85a468b7f2d4284..e16f8dc97359741c01b5b2a07d4e4331acdc892e 100644 (file)
@@ -9,8 +9,10 @@ b=c
 HTTP_X_TEST=test
 --COOKIE--
 foo=bar
+--INI--
+always_populate_raw_post_data=-1
 --FILE--
-<?
+<?php
 echo "Test\n";
 
 use http\env\Request as HttpEnvRequest;
@@ -27,16 +29,15 @@ var_dump((string)$m->getBody());
 
 echo "stream\n";
 var_dump(file_get_contents("php://input"));
-
-echo "Done\n";
+?>
+Done
 --EXPECTF--
 Test
-object(%s)#%d (12) {
+object(%s)#%d (13) {
   ["type":protected]=>
   int(1)
   ["body":protected]=>
-  object(http\Message\Body)#%d (0) {
-  }
+  NULL
   ["requestMethod":protected]=>
   string(4) "POST"
   ["requestUrl":protected]=>
@@ -61,17 +62,25 @@ object(%s)#%d (12) {
   ["parentMessage":protected]=>
   NULL
   ["query":protected]=>
-  object(http\QueryString)#2 (1) {
+  object(http\QueryString)#%d (1) {
     ["queryArray":"http\QueryString":private]=>
     array(0) {
     }
   }
   ["form":protected]=>
-  object(http\QueryString)#3 (1) {
+  object(http\QueryString)#%d (1) {
     ["queryArray":"http\QueryString":private]=>
     array(0) {
     }
   }
+  ["cookie":protected]=>
+  object(http\QueryString)#%d (1) {
+    ["queryArray":"http\QueryString":private]=>
+    array(1) {
+      ["foo"]=>
+      string(3) "bar"
+    }
+  }
   ["files":protected]=>
   array(0) {
   }