--TEST-- http_send_data() multiple ranges --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/2 0 --%d.%d Content-Type: text/plain Content-Range: bytes 1-1/2 1 --%d.%d--