krumo icon indicating copy to clipboard operation
krumo copied to clipboard

krumo not showing private and protected properties

Open newjie opened this issue 5 years ago • 2 comments

krumo's output doesn't inlclude a class's private and protected properties, but var_dump does. Is there anyway to enhance this?

newjie avatar Aug 20 '19 21:08 newjie

If you can provide some simple and concise example code we can take a look at adding support.

scottchiefbaker avatar Aug 21 '19 18:08 scottchiefbaker

@newjie are you using this version of Krumo, from this repo? I think you are using an old 0.2.1a version of Krumo from SourceForge.net, which indeed does not dump non-public properties. I am almost 99% sure that is the case, because in this Krumo fork the support for private and protected properties was added at almost the very beginning way back in 2013 from @mmucklo in 58be1bff

@scottchiefbaker I think it is safe to close this issue.

kktsvetkov avatar Aug 11 '20 21:08 kktsvetkov