php.net |  support |  documentation |  report a bug |  advanced search |  search howto |  statistics |  random bug |  login
Request #66527 For array of objects variables
Submitted: 2014-01-21 07:38 UTC Modified: 2014-01-21 07:55 UTC
Votes:2
Avg. Score:5.0 ± 0.0
Reproduced:2 of 2 (100.0%)
Same Version:2 (100.0%)
Same OS:2 (100.0%)
From: aroramanish63 at gmail dot com Assigned:
Status: Not a bug Package: Performance problem
PHP Version: 5.4.24 OS: windows 7
Private report: No CVE-ID: None
 [2014-01-21 07:38 UTC] aroramanish63 at gmail dot com
Description:
------------
I have some code which is used to get objects properties in json using json_decode. In the objects properties some properties are private or protected. when i print array using var_dump then its not showing the protected data objects properties. So my question is that, How to create objects array which is use to include the protected and private properties.

Thanks in advance.

Test script:
---------------
I have some code which is used to get objects properties in json using json_decode. In the objects properties some properties are private or protected. when i print array using var_dump then its not showing the protected data objects properties. So my question is that, How to create objects array which is use to include the protected and private properties.

Thanks in advance.

Expected result:
----------------
I have some code which is used to get objects properties in json using json_decode. In the objects properties some properties are private or protected. when i print array using var_dump then its not showing the protected data objects properties. So my question is that, How to create objects array which is use to include the protected and private properties.

Thanks in advance.

Actual result:
--------------
I have some code which is used to get objects properties in json using json_decode. In the objects properties some properties are private or protected. when i print array using var_dump then its not showing the protected data objects properties. So my question is that, How to create objects array which is use to include the protected and private properties.

Thanks in advance.

Patches

Add a Patch

Pull Requests

Add a Pull Request

History

AllCommentsChangesGit/SVN commitsRelated reports
 [2014-01-21 07:55 UTC] rasmus@php.net
-Status: Open +Status: Not a bug -Block user comment: No +Block user comment: Yes
 [2014-01-21 07:55 UTC] rasmus@php.net
This is not a support forum, this is a bug tracking system.
 
PHP Copyright © 2001-2024 The PHP Group
All rights reserved.
Last updated: Thu Apr 25 17:01:29 2024 UTC