Home
last modified time | relevance | path

Searched refs:getStatusString (Results 1 – 8 of 8) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Doo_getstatusstring.phpt2 This test will test getStatusString method in ZipArchive
14 var_dump($arch->getStatusString());
17 var_dump($arch->getStatusString());
H A Doo_cancel.phpt32 var_dump($zip->getStatusString());
H A Doo_addpattern.phpt32 var_dump($zip->getStatusString());
H A Doo_addglob.phpt37 var_dump($zip->getStatusString());
/PHP-8.2/ext/standard/tests/file/windows_mb_path/
H A Dbug71509.phpt33 if ($return_code != true) print("Failed to add file: " . $zipfile->getStatusString());
36 if ($return_code != true) die("Failed to close archive: " . $zipfile->getStatusString());
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php691 public function getStatusString(): string {}
H A Dphp_zip_arginfo.h324 ZEND_METHOD(ZipArchive, getStatusString);
416 ZEND_ME(ZipArchive, getStatusString, arginfo_class_ZipArchive_getStatusString, ZEND_ACC_PUBLIC)
H A Dphp_zip.c1625 PHP_METHOD(ZipArchive, getStatusString) argument

Completed in 22 milliseconds