summaryrefslogtreecommitdiff
path: root/ext/zip/examples/encryption.php
diff options
context:
space:
mode:
Diffstat (limited to 'ext/zip/examples/encryption.php')
-rw-r--r--ext/zip/examples/encryption.php1
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/examples/encryption.php b/ext/zip/examples/encryption.php
index 69888170a9..9ef7dd8497 100644
--- a/ext/zip/examples/encryption.php
+++ b/ext/zip/examples/encryption.php
@@ -46,4 +46,3 @@ $ctx = stream_context_create(array(
));
$text = file_get_contents("zip://$name#$file", false, $ctx);
printf("Size = %d\n", strlen($text));
-