Searched refs:tempPath (Results 1 – 4 of 4) sorted by relevance
10 private $tempPath; variable in Sabre\\DAV\\ServerEventsTest19 $this->tempPath = '';21 $this->assertEquals($newPath, $this->tempPath);27 $this->tempPath = $path;
141 if ($tempPath = $this->isTempFile($uri)) {145 file_put_contents($tempPath, $data);163 list(, $tempPath) = URLUtil::splitPath($path);167 if (preg_match($tempFile, $tempPath)) {
144 if ($tempPath = $this->isTempFile($uri)) {148 file_put_contents($tempPath, $data);166 list(, $tempPath) = URLUtil::splitPath($path);170 if (preg_match($tempFile, $tempPath)) {
418 $tempPath = $this->getParentPathByIndent($this->indent); 422 $this->path = $tempPath;