Home
last modified time | relevance | path

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

12

/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php85 public function addEmptyDir(string $dirname, int $flags = 0) {} function in ZipArchive
H A Dphp_zip_arginfo.h299 ZEND_METHOD(ZipArchive, addEmptyDir);
388 ZEND_ME(ZipArchive, addEmptyDir, arginfo_class_ZipArchive_addEmptyDir, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1643 PHP_METHOD(ZipArchive, addEmptyDir) argument
/PHP-8.0/ext/phar/
H A Dphar_object_arginfo.h368 ZEND_METHOD(Phar, addEmptyDir);
447 ZEND_ME(Phar, addEmptyDir, arginfo_class_Phar_addEmptyDir, ZEND_ACC_PUBLIC)
508 ZEND_MALIAS(Phar, addEmptyDir, addEmptyDir, arginfo_class_PharData_addEmptyDir, ZEND_ACC_PUBLIC)
H A Dphar_object.c3798 PHP_METHOD(Phar, addEmptyDir) in PHP_METHOD() argument
/PHP-8.0/ext/phar/tests/
H A Dbadparameters.phpt198 $a->addEmptyDir(array());
263 Phar::addEmptyDir(): Argument #1 ($directory) must be of type string, array given
H A Ddir.phpt19 $phar->addEmptyDir('test');
H A Dphar_extract.phpt20 $a->addEmptyDir('one/level');
/PHP-8.0/
H A DNEWS1187 . Fixed bug #77322 (PharData::addEmptyDir('/') Possible integer overflow).
1572 . Add optional "flags" parameter to ZipArchive::addEmptyDir, addFile and
H A DUPGRADING931 . ZipArchive::addEmptyDir, ZipArchive::addFile and aZipArchive::addFromString

Completed in 40 milliseconds

12