Lines Matching defs:closed
23 protected $closed = true;
61 $this->closed = false;
69 * The archive is closed afer reading the contents, for API compatibility with TAR files
96 if ($this->closed || !$this->file) {
97 throw new ArchiveIOException('Can not read from a closed archive');
136 if ($this->closed || !$this->file) {
137 throw new ArchiveIOException('Can not read from a closed archive');
285 $this->closed = false;
311 if ($this->closed) {
312 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
412 if ($this->closed) {
413 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
470 if ($this->closed) {
503 $this->closed = true;