Searched refs:setPassword (Results 1 – 8 of 8) sorted by relevance
2 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");
16 $zip->setPassword('bar'); // correct password would be 'foo'
33 $zip->setPassword($pass);
23 $zip->setPassword($pass);35 $zip->setPassword($pass);
73 public function setPassword(string $password) {} function in ZipArchive
295 ZEND_METHOD(ZipArchive, setPassword);384 ZEND_ME(ZipArchive, setPassword, arginfo_class_ZipArchive_setPassword, ZEND_ACC_PUBLIC)
1501 PHP_METHOD(ZipArchive, setPassword) argument
652 . Fixed bug #80833 (ZipArchive::getStream doesn't use setPassword). (Remi)
Completed in 34 milliseconds