php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Bug #73803 Reflection of ZipArchive does not show public properties
Submitted: 2016-12-22 16:38 UTC Modified: 2017-03-21 10:17 UTC
Votes:1
Avg. Score:3.0 ± 0.0
Reproduced:0 of 0 (0.0%)
From: RQuadling at GMail dot com Assigned: remi (profile)
Status: Closed Package: Zip Related
PHP Version: 7.0.14 OS: n/a
Private report: No CVE-ID: None
Welcome back! If you're the original bug submitter, here's where you can edit the bug or add additional notes.
If this is not your bug, you can add a comment by following this link.
If this is your bug, but you forgot your password, you can retrieve your password here.
Password:
Status:
Package:
Bug Type:
Summary:
From: RQuadling at GMail dot com
New email:
PHP Version: OS:

 

 [2016-12-22 16:38 UTC] RQuadling at GMail dot com
Description:
------------
The ZipArchive class has 5 public properties (as documented in http://uk1.php.net/manual/en/class.ziparchive.php).

But these are not visible via reflection.


Test script:
---------------
php --re ZipArchive | grep Properties

Expected result:
----------------
  - Properties [5] {

Actual result:
--------------
  - Properties [0] {

Patches

eeiofvbw (last revision 2017-01-16 16:02 UTC by sample at email dot tst)

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2016-12-22 16:39 UTC] RQuadling at GMail dot com
As a consequence, using tools like PHPStan on a ZipArchive, you'll get an error like ...


Access to an undefined property ZipArchive::$numFiles.
 [2016-12-30 13:54 UTC] cmb@php.net
-Status: Open +Status: Verified -Package: zip +Package: Zip Related
 [2017-03-21 10:17 UTC] remi@php.net
Automatic comment on behalf of remi
Revision: http://git.php.net/?p=php-src.git;a=commit;h=908029bbc0e7e504bd03956ba11555bb02cef889
Log: Fixed Bug #73803 Reflection of ZipArchive does not show public properties
 [2017-03-21 10:17 UTC] remi@php.net
-Status: Verified +Status: Closed
 [2017-03-21 10:17 UTC] remi@php.net
-Assigned To: +Assigned To: remi
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Fri Mar 29 13:01:29 2024 UTC