add some more tests; fix leak in php_http_env_get_response_header(); honor content...
[m6w6/ext-http] / tests / message002.phpt
index bb19875844411b0bfc810c884329f5b04a358338..005f09898201e2c6d04b1d11654db26dc8a9e4b7 100644 (file)
@@ -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"
   }