Home
last modified time | relevance | path

Searched refs:setCommentName (Results 1 – 7 of 7) sorted by relevance

/PHP-8.2/ext/zip/tests/
H A Doo_setcomment.phpt27 var_dump($zip->setCommentName('entry1.txt', 'entry1.txt'));
28 var_dump($zip->setCommentName('entry2.txt', 'entry2.txt'));
29 var_dump($zip->setCommentName('dir/entry2d.txt', 'dir/entry2d.txt'));
H A Doo_setcomment_error.phpt27 var_dump($zip->setCommentName('entry1.txt', $longComment));
41 ZipArchive::setCommentName(): Argument #2 ($comment) must be less than 65535 bytes
/PHP-8.2/ext/zip/examples/
H A Dcomment.php5 $z->setCommentName('foo', 'Too Comment ' . time());
H A Dget_set_comments.php20 $z->setCommentName('foobar/', 'new comment foobar/');
/PHP-8.2/ext/zip/
H A Dphp_zip.stub.php729 public function setCommentName(string $name, string $comment): bool {}
H A Dphp_zip_arginfo.h337 ZEND_METHOD(ZipArchive, setCommentName);
429 ZEND_ME(ZipArchive, setCommentName, arginfo_class_ZipArchive_setCommentName, ZEND_ACC_PUBLIC)
H A Dphp_zip.c2102 PHP_METHOD(ZipArchive, setCommentName) argument

Completed in 23 milliseconds