summaryrefslogtreecommitdiff
path: root/ext/zip/examples/addglob.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/addglob.php')
-rw-r--r--ext/zip/examples/addglob.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/examples/addglob.php b/ext/zip/examples/addglob.php
index 790312b4d5..3c432f0be5 100644
--- a/ext/zip/examples/addglob.php
+++ b/ext/zip/examples/addglob.php
@@ -11,4 +11,3 @@ $options = array(
$found = $z->addGlob("/home/pierre/cvs/gd/libgd/tests/*.png", 0, $options);
var_dump($found);
$z->close();
-