Searched refs:addEmptyDir (Results 1 – 25 of 35) sorted by relevance
12
2 ziparchive::addEmptyDir with encoding option21 $zip->addEmptyDir('foo');22 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);23 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
2 ziparchive::addEmptyDir22 $zip->addEmptyDir('emptydir');24 $zip->addEmptyDir('emptydir');26 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)11 var_dump($archive->addEmptyDir('test'));13 var_dump($archive->addEmptyDir('test'));
2 ziparchive::addEmptyDir error18 var_dump($zip->addEmptyDir('emptydir'));
14 $archive->addEmptyDir("../down2/");
25 $zip->addEmptyDir('emptydir');
2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)10 $zip->addEmptyDir('/');14 $tar->addEmptyDir('/');
2 Phar: Bug #46060: addEmptyDir() breaks14 $phar->addEmptyDir('blah/');
20 $a->addEmptyDir('bb');21 $a->addEmptyDir('bb');23 $a->addEmptyDir('.phar');
14 $phar->addEmptyDir('long/path');
14 $phar->addEmptyDir('hi');
20 $phar->addEmptyDir('one/level');
29 $b->addEmptyDir('foo/bar/blah');
20 $phar->addEmptyDir('test');
18 $phar->addEmptyDir('a');
18 $phar->addEmptyDir('test');
17 $phar->addEmptyDir('test');
19 $phar->addEmptyDir('test');
60 $this->zip->addEmptyDir($dir);
16 public function addEmptyDir(string $directory) {} function in Phar193 public function addEmptyDir(string $directory) {} function in PharData
Completed in 28 milliseconds