Searched refs:currentStat (Results 1 – 3 of 3) sorted by relevance
49 var $currentStat = null; variable in File_Archive_Reader_Tar92 $length = $this->currentStat[7] - $this->leftLength;94 $length = min($length, $this->currentStat[7] - $this->leftLength);108 return $this->currentStat[7] - $this->leftLength;118 $this->currentStat = null;130 function getStat() { return $this->currentStat; }166 $this->currentStat = array(173 $this->currentStat['mode'] = $this->currentStat[2];174 $this->currentStat['uid'] = $this->currentStat[4];175 $this->currentStat['gid'] = $this->currentStat[5];[all …]
41 var $currentStat = null; variable in File_Archive_Reader_Zip56 $this->currentStat = null;73 function getStat() { return $this->currentStat; }145 $this->currentStat = array(156 $this->currentStat['size'] = $this->currentStat[7];157 $this->currentStat['mtime'] = $this->currentStat[9];167 'stat' => $this->currentStat,206 if ($this->offset >= $this->currentStat[7]) {211 $actualLength = min($length, $this->currentStat[7]-$this->offset);213 $actualLength = $this->currentStat[7]-$this->offset;[all …]
57 var $currentStat = null; variable in File_Archive_Writer_MemoryArchive99 $this->currentStat = $stat;134 $this->currentStat,