Searched refs:currentDataFile (Results 1 – 1 of 1) sorted by relevance
62 var $currentDataFile = null; variable in File_Archive_Writer_MemoryArchive129 if ($this->currentDataFile !== null) {131 $this->currentDataFile);142 $this->currentDataFile = null;151 if ($this->currentDataFile !== null) {152 $this->buffer .= file_get_contents($this->currentDataFile);153 $this->currentDataFile = null;162 if ($this->currentDataFile === null && empty($this->buffer)) {163 $this->currentDataFile = $filename;165 if ($this->currentDataFile !== null) {[all …]