Home
last modified time | relevance | path

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

/plugin/zip/pear/File/Archive/Reader/
DUncompress.php84 var $baseDirProgression = 0; variable in File_Archive_Reader_Uncompress
160 $selection = substr($this->baseDir, 0, $this->baseDirProgression);
185 if (strlen($filename) + 2 < strlen($this->baseDirProgression)) {
186 … $this->baseDirProgression = strpos($this->baseDir, '/', strlen($filename)+2);
187 if ($this->baseDirProgression === false) {
188 $this->baseDirProgression = strlen($this->baseDir);
191 $this->baseDirProgression = strlen($this->baseDir);
197 $this->baseDirProgression = strlen($this->baseDir);
213 $this->baseDirProgression = strpos($baseDir, '/');
214 if ($this->baseDirProgression === false) {
[all …]