Searched refs:comptype (Results 1 – 1 of 1) sorted by relevance
21 protected $comptype = Archive::COMPRESS_AUTO; variable in splitbrain\\PHPArchive\\Tar44 $this->comptype = $type;46 if($level == 0) $this->comptype = Archive::COMPRESS_NONE;62 if ($this->comptype == Tar::COMPRESS_AUTO) {67 if ($this->comptype === Archive::COMPRESS_GZIP) {69 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {271 if ($this->comptype == Archive::COMPRESS_AUTO) {275 if ($this->comptype === Archive::COMPRESS_GZIP) {277 } elseif ($this->comptype === Archive::COMPRESS_BZIP) {417 if ($this->comptype === Archive::COMPRESS_GZIP) {[all …]