summaryrefslogtreecommitdiff
path: root/ext/zip/examples/fopen.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/fopen.php')
-rw-r--r--ext/zip/examples/fopen.php2
1 files changed, 0 insertions, 2 deletions
diff --git a/ext/zip/examples/fopen.php b/ext/zip/examples/fopen.php
index 32357f3c08..80de5d052a 100644
--- a/ext/zip/examples/fopen.php
+++ b/ext/zip/examples/fopen.php
@@ -31,5 +31,3 @@ while (!feof($fp)) {
fclose($fp);
file_put_contents('t',$contents);
echo "done.\n";
-
-