Home
last modified time | relevance | path

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

12

/PHP-5.3/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'));
H A Doo_addemptydir.phpt2 ziparchive::addEmptyDir
22 $zip->addEmptyDir('emptydir');
H A Doo_properties.phpt26 $zip->addEmptyDir('emptydir');
/PHP-5.3/ext/phar/tests/
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.phpt15 $phar->addEmptyDir('hi');
H A Dphar_extract2.phpt20 $phar->addEmptyDir('one/level');
H A Dstat2.phpt32 $b->addEmptyDir('foo/bar/blah');
H A Dstat2_5.3.phpt32 $b->addEmptyDir('foo/bar/blah');
H A Dbadparameters.phpt108 $a->addEmptyDir(array());
177 Warning: Phar::addEmptyDir() expects parameter 1 to be %string, array given in %sbadparameters.php …
H A Dphar_extract.phpt18 $a->addEmptyDir('one/level');
H A Ddir.phpt19 $phar->addEmptyDir('test');
/PHP-5.3/ext/phar/tests/cache_list/files/
H A Dwrite3.phar.inc20 $phar->addEmptyDir('test');
/PHP-5.3/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-5.3/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-5.3/ext/phar/tests/zip/files/
H A Dzipmaker.php.inc60 $this->zip->addEmptyDir($dir);
/PHP-5.3/ext/zip/
H A Dphp_zip.c1603 static ZIPARCHIVE_METHOD(addEmptyDir) in ZIPARCHIVE_METHOD() argument
2748 ZIPARCHIVE_ME(addEmptyDir, arginfo_ziparchive_addemptydir, ZEND_ACC_PUBLIC)

Completed in 37 milliseconds

12