Searched refs:setPassword (Results 1 – 7 of 7) sorted by relevance
2 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");
14 $zip->setPassword('bar'); // correct password would be 'foo'
34 $zip->setPassword($pass);
23 $zip->setPassword($pass);35 $zip->setPassword($pass);
654 public function setPassword(#[\SensitiveParameter] string $password): bool {} function in ZipArchive
318 ZEND_METHOD(ZipArchive, setPassword);398 ZEND_ME(ZipArchive, setPassword, arginfo_class_ZipArchive_setPassword, ZEND_ACC_PUBLIC)
1527 PHP_METHOD(ZipArchive, setPassword) argument
Completed in 23 milliseconds