Home
last modified time | relevance | path

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

/dokuwiki/lib/plugins/config/core/
H A DWriter.php42 … if (!io_rename($this->savefile, $this->savefile . '.bak.php')) throw new \Exception('no backup');
46io_rename($this->savefile . '.bak.php', $this->savefile); // problem opening, restore the backup
/dokuwiki/_test/tests/Search/
H A DIndexerTest.php
/dokuwiki/inc/Search/Index/
H A DMemoryIndex.php165 if (!io_rename($tempname, $this->filename)) {
H A DFileIndex.php64 io_rename($tempname, $this->filename);
/dokuwiki/inc/
H A Dio.php762 function io_rename($from, $to) function
H A DJpegMeta.php957 return io_rename($tmpName, $this->_fileName);