Home
last modified time | relevance | path

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

/PHP-8.1/ext/zip/tests/
H A Doo_cancel.phpt2 registerCancelCallback
8 if (!method_exists('ZipArchive', 'registerCancelCallback')) die('skip libzip too old');
24 var_dump($zip->registerCancelCallback(function () {
/PHP-8.1/ext/zip/
H A Dphp_zip.stub.php232 public function registerCancelCallback(callable $callback): bool {} function in ZipArchive
H A Dphp_zip_arginfo.h370 ZEND_METHOD(ZipArchive, registerCancelCallback);
459 …ZEND_ME(ZipArchive, registerCancelCallback, arginfo_class_ZipArchive_registerCancelCallback, ZEND_…
H A Dphp_zip.c2976 PHP_METHOD(ZipArchive, registerCancelCallback) argument

Completed in 24 milliseconds