--TEST-- http_send_file() first/last byte range --SKIPIF-- --ENV-- HTTP_RANGE=bytes=0-0,-1 --FILE-- --EXPECTF-- Status: 206%s X-Powered-By: PHP/%s Accept-Ranges: bytes Content-Type: multipart/byteranges; boundary=%d.%d --%d.%d Content-Type: text/plain Content-Range: bytes 0-0/1010 0 --%d.%d Content-Type: text/plain Content-Range: bytes 1009-1009/1010 --%d.%d--