Overrides StreamInterface::eof
public function eof() : bool { return !$this->streams || $this->current >= count($this->streams) - 1 && $this->streams[$this->current] ->eof(); }