Home
last modified time | relevance | path

Searched refs:setPassword (Results 1 – 8 of 8) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Dbug80833.phpt2 Bug #80833 (ZipArchive::getStream doesn't use setPassword)
12 $create_zip->setPassword("default_password");
31 $extract_zip->setPassword("first_password");
35 $extract_zip->setPassword("second_password");
41 $extract_zip->setPassword("first_password");
H A Dbug70752.phpt16 $zip->setPassword('bar'); // correct password would be 'foo'
H A Doo_encryption.phpt33 $zip->setPassword($pass);
/PHP-8.0/ext/zip/examples/
H A Dencryption.php23 $zip->setPassword($pass);
35 $zip->setPassword($pass);
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php73 public function setPassword(string $password) {} function in ZipArchive
H A Dphp_zip_arginfo.h295 ZEND_METHOD(ZipArchive, setPassword);
384 ZEND_ME(ZipArchive, setPassword, arginfo_class_ZipArchive_setPassword, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1501 PHP_METHOD(ZipArchive, setPassword) argument
/PHP-8.0/
H A DNEWS652 . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)

Completed in 38 milliseconds