Home
last modified time | relevance | path

Searched refs:addEmptyDir (Results 1 – 25 of 35) sorted by relevance

12

/PHP-8.0/ext/zip/tests/
H A Doo_add_encoding.phpt2 ziparchive::addEmptyDir with encoding option
21 $zip->addEmptyDir('foo');
22 $zip->addEmptyDir(chr(0x82), ZipArchive::FL_ENC_CP437);
23 $zip->addEmptyDir('è', ZipArchive::FL_ENC_UTF_8);
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
22 $zip->addEmptyDir('emptydir');
24 $zip->addEmptyDir('emptydir');
26 $zip->addEmptyDir('emptydir', ZipArchive::FL_OVERWRITE);
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
11 var_dump($archive->addEmptyDir('test'));
13 var_dump($archive->addEmptyDir('test'));
H A Doo_addemptydir_error.phpt2 ziparchive::addEmptyDir error
18 var_dump($zip->addEmptyDir('emptydir'));
H A Dbug70350.phpt14 $archive->addEmptyDir("../down2/");
H A Doo_properties.phpt25 $zip->addEmptyDir('emptydir');
/PHP-8.0/ext/phar/tests/
H A Dbug77322.phpt2 Bug #77322 (PharData::addEmptyDir('/') Possible integer overflow)
10 $zip->addEmptyDir('/');
14 $tar->addEmptyDir('/');
H A Dbug46060.phpt2 Phar: Bug #46060: addEmptyDir() breaks
14 $phar->addEmptyDir('blah/');
H A Dmkdir.phpt20 $a->addEmptyDir('bb');
21 $a->addEmptyDir('bb');
23 $a->addEmptyDir('.phar');
H A Dbug46178.phpt14 $phar->addEmptyDir('long/path');
H A Dphar_oo_getcontents.phpt14 $phar->addEmptyDir('hi');
H A Dphar_extract2.phpt20 $phar->addEmptyDir('one/level');
H A Dstat2_5.3.phpt29 $b->addEmptyDir('foo/bar/blah');
/PHP-8.0/ext/phar/tests/cache_list/files/
H A Dwrite3.phar.inc20 $phar->addEmptyDir('test');
/PHP-8.0/ext/phar/tests/zip/
H A Drmdir.phpt18 $phar->addEmptyDir('a');
H A Dexists_as_phar.phpt18 $phar->addEmptyDir('test');
H A D033a.phpt17 $phar->addEmptyDir('test');
H A Ddir.phpt19 $phar->addEmptyDir('test');
H A D033.phpt18 $phar->addEmptyDir('test');
/PHP-8.0/ext/phar/tests/tar/
H A Dexists_as_phar.phpt18 $phar->addEmptyDir('test');
H A D033.phpt17 $phar->addEmptyDir('test');
H A D033a.phpt17 $phar->addEmptyDir('test');
H A Ddir.phpt19 $phar->addEmptyDir('test');
/PHP-8.0/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc60 $this->zip->addEmptyDir($dir);
/PHP-8.0/ext/phar/
H A Dphar_object.stub.php16 public function addEmptyDir(string $directory) {} function in Phar
193 public function addEmptyDir(string $directory) {} function in PharData

Completed in 101 milliseconds

12