Home
last modified time | relevance | path

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

/PHP-5.5/ext/zip/examples/
H A Dget_set_comments.php17 echo "Archive comment: " . $z->getArchiveComment() . "\n";
36 echo "Archive comment: " . $z->getArchiveComment() . "\n";
37 echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
/PHP-5.5/ext/zip/tests/
H A Doo_getcomment.phpt17 echo $zip->getArchiveComment() . "\n";
H A Doo_setcomment.phpt52 var_dump($zip->getArchiveComment());
/PHP-5.5/ext/zip/
H A Dphp_zip.c2029 static ZIPARCHIVE_METHOD(getArchiveComment) in ZIPARCHIVE_METHOD() argument
2754 ZIPARCHIVE_ME(getArchiveComment, arginfo_ziparchive_getarchivecomment, ZEND_ACC_PUBLIC)
/PHP-5.5/
H A DNEWS4562 . Fixed NULL pointer dereference in ZipArchive::getArchiveComment.

Completed in 53 milliseconds