Home
last modified time | relevance | path

Searched refs:registerCancelCallback (Results 1 – 5 of 5) sorted by relevance

/PHP-8.0/ext/zip/tests/
H A Doo_cancel.phpt2 registerCancelCallback
7 if (!method_exists('ZipArchive', 'registerCancelCallback')) die('skip libzip too old');
23 var_dump($zip->registerCancelCallback(function () {
/PHP-8.0/ext/zip/
H A Dphp_zip.stub.php219 public function registerCancelCallback(callable $callback) {} function in ZipArchive
H A Dphp_zip_arginfo.h357 ZEND_METHOD(ZipArchive, registerCancelCallback);
446 …ZEND_ME(ZipArchive, registerCancelCallback, arginfo_class_ZipArchive_registerCancelCallback, ZEND_…
H A Dphp_zip.c2967 PHP_METHOD(ZipArchive, registerCancelCallback) argument
/PHP-8.0/
H A DUPGRADING994 . ZipArchive::registerCancelCallback to allow cancellation during archive close.

Completed in 19 milliseconds