Searched refs:getStatusString (Results 1 – 8 of 8) sorted by relevance
2 This test will test getStatusString method in ZipArchive14 var_dump($arch->getStatusString());17 var_dump($arch->getStatusString());
32 var_dump($zip->getStatusString());
37 var_dump($zip->getStatusString());
33 if ($return_code != true) print("Failed to add file: " . $zipfile->getStatusString());36 if ($return_code != true) die("Failed to close archive: " . $zipfile->getStatusString());
95 public function getStatusString(): string {} function in ZipArchive
311 ZEND_METHOD(ZipArchive, getStatusString);400 ZEND_ME(ZipArchive, getStatusString, arginfo_class_ZipArchive_getStatusString, ZEND_ACC_PUBLIC)
1609 PHP_METHOD(ZipArchive, getStatusString) argument
Completed in 66 milliseconds