Home
last modified time | relevance | path

Searched refs:addEmptyDir (Results 1 – 25 of 28) sorted by path

12

/PHP-5.5/
H A DNEWS7237 - Fixed PECL bug #11216 (crash in ZipArchive::addEmptyDir when a directory
7790 . Added addEmptyDir method
/PHP-5.5/ext/phar/
H A Dphar_object.c3813 PHP_METHOD(Phar, addEmptyDir) in PHP_METHOD() argument
5298 PHP_ME(Phar, addEmptyDir, arginfo_phar_emptydir, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/phar/tests/
H A Dbadparameters.phpt108 $a->addEmptyDir(array());
177 Warning: Phar::addEmptyDir() expects parameter 1 to be a valid path, array given in %sbadparameters…
H A Dbug46060.phpt2 Phar: Bug #46060: addEmptyDir() breaks
14 $phar->addEmptyDir('blah/');
H A Dbug46178.phpt14 $phar->addEmptyDir('long/path');
H A Ddir.phpt19 $phar->addEmptyDir('test');
H A Dmkdir.phpt20 $a->addEmptyDir('bb');
21 $a->addEmptyDir('bb');
23 $a->addEmptyDir('.phar');
H A Dphar_extract.phpt18 $a->addEmptyDir('one/level');
H A Dphar_extract2.phpt20 $phar->addEmptyDir('one/level');
H A Dphar_oo_getcontents.phpt15 $phar->addEmptyDir('hi');
H A Dstat2.phpt32 $b->addEmptyDir('foo/bar/blah');
H A Dstat2_5.3.phpt32 $b->addEmptyDir('foo/bar/blah');
/PHP-5.5/ext/phar/tests/cache_list/files/
H A Dwrite3.phar.inc20 $phar->addEmptyDir('test');
/PHP-5.5/ext/phar/tests/tar/
H A D033.phpt17 $phar->addEmptyDir('test');
H A D033a.phpt17 $phar->addEmptyDir('test');
H A Ddir.phpt19 $phar->addEmptyDir('test');
H A Dexists_as_phar.phpt18 $phar->addEmptyDir('test');
/PHP-5.5/ext/phar/tests/zip/
H A D033.phpt18 $phar->addEmptyDir('test');
H A D033a.phpt17 $phar->addEmptyDir('test');
H A Ddir.phpt19 $phar->addEmptyDir('test');
H A Dexists_as_phar.phpt18 $phar->addEmptyDir('test');
H A Drmdir.phpt18 $phar->addEmptyDir('a');
/PHP-5.5/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc60 $this->zip->addEmptyDir($dir);
/PHP-5.5/ext/zip/
H A Dphp_zip.c1607 static ZIPARCHIVE_METHOD(addEmptyDir) in ZIPARCHIVE_METHOD() argument
2746 ZIPARCHIVE_ME(addEmptyDir, arginfo_ziparchive_addemptydir, ZEND_ACC_PUBLIC)
/PHP-5.5/ext/zip/tests/
H A Dbug11216.phpt2 Bug #11216 (::addEmptyDir() crashes when the directory already exists)
12 var_dump($archive->addEmptyDir('test'));
14 var_dump($archive->addEmptyDir('test'));

Completed in 101 milliseconds

12