summaryrefslogtreecommitdiff
path: root/ext/zip
diff options
context:
space:
mode:
authorGeorge Peter Banyard <girgias@php.net>2019-07-14 03:45:31 +0200
committerNikita Popov <nikita.ppv@gmail.com>2019-07-23 11:27:23 +0200
commit6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41 (patch)
tree60cbb3987b5dadbac96ca4a372045d2f509e77f3 /ext/zip
parenta07e85f93fe446975f84948cfe905e2ec1c4db4a (diff)
downloadphp-git-6d6d954d0d28f488f743e6c9d0cd9ab01e1c4e41.tar.gz
Cleanup of remaining E_STRICT in tests
Diffstat (limited to 'ext/zip')
-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 bec4240246..600b51138d 100644
--- a/ext/zip/examples/get_set_comments.php
+++ b/ext/zip/examples/get_set_comments.php
@@ -1,5 +1,4 @@
<?php
-error_reporting(E_ALL|E_STRICT);
copy('test_with_comment.zip', 't.zip');
$z = new ZipArchive;