krumo
krumo copied to clipboard
krumo not showing private and protected properties
krumo's output doesn't inlclude a class's private and protected properties, but var_dump does. Is there anyway to enhance this?
If you can provide some simple and concise example code we can take a look at adding support.
@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.