Home
last modified time | relevance | path

Searched refs:getCommentName (Results 1 – 3 of 3) sorted by relevance

/PHP-5.5/ext/zip/tests/
H A Doo_getcomment.phpt20 echo $zip->getCommentName('foo') . "\n";
23 echo $zip->getCommentName('') . "\n";
24 echo $zip->getCommentName() . "\n";
33 Notice: ZipArchive::getCommentName(): Empty string as entry name in %s on line %d
36 Warning: ZipArchive::getCommentName() expects at least 1 parameter, 0 given in %s on line %d
/PHP-5.5/ext/zip/examples/
H A Dget_set_comments.php15 echo "foobar/ " . $z->getCommentName('foobar/') . "\n";
31 echo $z->getCommentName('foobar/') . "\n";
34 echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n";
/PHP-5.5/ext/zip/
H A Dphp_zip.c2117 static ZIPARCHIVE_METHOD(getCommentName) in ZIPARCHIVE_METHOD() argument
2758 ZIPARCHIVE_ME(getCommentName, arginfo_ziparchive_getcommentname, ZEND_ACC_PUBLIC)

Completed in 19 milliseconds