summaryrefslogtreecommitdiff
path: root/ext/zip/examples/addpattern.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/addpattern.php')
-rw-r--r--ext/zip/examples/addpattern.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/examples/addpattern.php b/ext/zip/examples/addpattern.php
index a1a9b12291..41efaa5eb7 100644
--- a/ext/zip/examples/addpattern.php
+++ b/ext/zip/examples/addpattern.php
@@ -10,4 +10,3 @@ $options = array('remove_path' => '/home/pierre/cvs/gd/libgd/tests',
$found = $z->addPattern("/(\.png)$/i", "/home/pierre/cvs/gd/libgd/tests", $options);
var_dump($found);
$z->close();
-