hack PHP_5_4 compatibility into v1
[m6w6/ext-http] / tests / request_gzip.phpt
index 6f78eda51a9f228da32ae27ef3ee047ea7627ab5..cf734aeee17ace5e15dc6cc0a6dbe8800edbbf36 100644 (file)
@@ -10,12 +10,12 @@ skipif(!http_support(HTTP_SUPPORT_REQUESTS), 'need curl support');
 <?php
 echo "-TEST\n";
 
-var_dump(http_parse_message(http_get('http://dev.iworks.at/.print_request.php?gzip=1', array('compress' => true))));
+var_dump(http_parse_message(http_get('http://dev.iworks.at/ext-http/.print_request.php?gzip=1', array('compress' => true))));
 
 echo "Done\n";
 --EXPECTF--
-%sTEST
-object(stdClass)#%d (%d) {
+%aTEST
+object(stdClass)%a {
   ["type"]=>
   int(2)
   ["httpVersion"]=>
@@ -25,8 +25,8 @@ object(stdClass)#%d (%d) {
   ["responseStatus"]=>
   string(2) "OK"
   ["headers"]=>
-  array(8) {
-    %s
+  array(%d) {
+    %a
     ["Vary"]=>
     string(15) "Accept-Encoding"
     ["Content-Length"]=>