summaryrefslogtreecommitdiff
path: root/ext/zip/examples/get_set_comments.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/get_set_comments.php')
-rw-r--r--ext/zip/examples/get_set_comments.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/examples/get_set_comments.php b/ext/zip/examples/get_set_comments.php
index 5bd302e6da..bec4240246 100644
--- a/ext/zip/examples/get_set_comments.php
+++ b/ext/zip/examples/get_set_comments.php
@@ -35,4 +35,3 @@ echo $z->getCommentName('foobar/', ZIPARCHIVE::FL_UNCHANGED) . "\n";
echo "Archive comment: " . $z->getArchiveComment() . "\n";
echo "Archive comment (original): " . $z->getArchiveComment(ZIPARCHIVE::FL_UNCHANGED) . "\n";
-