--TEST-- http_send() If-Range --SKIPIF-- --ENV-- HTTP_RANGE=bytes=0-1 HTTP_IF_RANGE="abc" --FILE-- --EXPECTF-- Status: 206 X-Powered-By: %s Cache-Control: private, must-revalidate, max-age=0 ETag: "abc" Accept-Ranges: bytes Content-Range: bytes 0-1/%d Content-Length: 2 Content-type: text/html