Home
last modified time | relevance | path

Searched refs:baseDirProgression (Results 1 – 1 of 1) sorted by relevance

/plugin/zip/pear/File/Archive/Reader/
H A DUncompress.php84 var $baseDirProgression = 0; variable in File_Archive_Reader_Uncompress
187 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 …]