Lines Matching defs:closed
24 protected $closed = true;
74 $this->closed = false;
82 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
111 if ($this->closed || !$this->file) {
112 throw new ArchiveIOException('Can not read from a closed archive');
144 * The archive is closed afer reading the contents, because rewinding is not possible in bzip2 streams.
157 if ($this->closed || !$this->file) {
158 throw new ArchiveIOException('Can not read from a closed archive');
258 $this->closed = false;
276 if ($this->closed) {
277 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
330 if ($this->closed) {
331 throw new ArchiveIOException('Archive has been closed, files can no longer be added');
361 if ($this->closed) {
386 $this->closed = true;