Searched refs:baseDirProgression (Results 1 – 1 of 1) sorted by relevance
84 var $baseDirProgression = 0; variable in File_Archive_Reader_Uncompress187 if ($this->baseDirProgression === false) {191 $this->baseDirProgression = strlen($this->baseDir);197 $this->baseDirProgression = strlen($this->baseDir);213 $this->baseDirProgression = strpos($baseDir, '/');214 if ($this->baseDirProgression === false) {215 $this->baseDirProgression = strlen($baseDir);241 $oldProgression = $this->baseDirProgression;244 $this->baseDirProgression = 0;249 $this->baseDirProgression = $oldProgression;[all …]