--TEST-- HttpMessage simple redirects --SKIPIF-- (int) PHP_VERSION) and die('skip PHP5 is required for Http classes'); ?> --FILE-- getBody()); var_dump($m->toString()); var_dump(HttpMessage::fromString($m->toString())->toString()); ?> --EXPECTF-- Content-type: text/html X-Powered-By: PHP/%s string(1) "X" string(134) "HTTP/1.1 301 Location: /anywhere HTTP/1.1 302 Location: /somwhere HTTP/1.1 206 Content-Range: bytes=2-3 Content-Length: 1 X " string(134) "HTTP/1.1 301 Location: /anywhere HTTP/1.1 302 Location: /somwhere HTTP/1.1 206 Content-Range: bytes=2-3 Content-Length: 1 X "