Home
last modified time | relevance | path

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

/PHP-8.2/ext/zip/tests/
H A Dbug80833.phpt2 Bug #80833 (ZipArchive::getStream doesn't use setPassword)
13 $create_zip->setPassword("default_password");
32 $extract_zip->setPassword("first_password");
36 $extract_zip->setPassword("second_password");
42 $extract_zip->setPassword("first_password");
H A Dbug70752.phpt14 $zip->setPassword('bar'); // correct password would be 'foo'
H A Doo_encryption.phpt34 $zip->setPassword($pass);
/PHP-8.2/ext/zip/examples/
H A Dencryption.php23 $zip->setPassword($pass);
35 $zip->setPassword($pass);
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php682 public function setPassword(#[\SensitiveParameter] string $password): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h321 ZEND_METHOD(ZipArchive, setPassword);
413 ZEND_ME(ZipArchive, setPassword, arginfo_class_ZipArchive_setPassword, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1506 PHP_METHOD(ZipArchive, setPassword) argument

Completed in 22 milliseconds