diff options
Diffstat (limited to 'ext/zip/tests/bug38943.inc')
-rw-r--r-- | ext/zip/tests/bug38943.inc | 1 |
1 files changed, 0 insertions, 1 deletions
diff --git a/ext/zip/tests/bug38943.inc b/ext/zip/tests/bug38943.inc index a6f45e8294..b439939e64 100644 --- a/ext/zip/tests/bug38943.inc +++ b/ext/zip/tests/bug38943.inc @@ -13,4 +13,3 @@ class myZip extends ZipArchive { $z = new myZip; $z->testp = "foobar"; var_dump($z); - |