Lines Matching defs:closed
25 protected $closed = true;
78 $this->closed = false;
87 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
116 if ($this->closed || !$this->file) {
117 throw new ArchiveIOException('Can not read from a closed archive');
174 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
187 if ($this->closed || !$this->file) {
188 throw new ArchiveIOException('Can not read from a closed archive');
288 $this->closed = false;
306 if ($this->closed) {
307 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
371 if ($this->closed) {
372 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
405 if ($this->closed) {
430 $this->closed = true;