You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Kint and xdebug's var_dump can see them, I'm not sure about stock PHP var_dump. I love REF, it looks way more appealing and clean than Kint, but this problem makes it unusable for me.
Also, have you thought about adding support for backtracing? I would completely get rid of Kint in favor of this project if this was added :)
The text was updated successfully, but these errors were encountered:
It looks like Kint and var_dump display iterators as arrays after a certain point, while REF always displays them as what they really are - objects. Perhaps another section is needed here, where the string representation of the object is shown.
For some reason, I cannot get properties inside the @attributes object of SimpleXMLElement objects to show.
http://i.imgur.com/84AtMfy.png
Kint and xdebug's var_dump can see them, I'm not sure about stock PHP var_dump. I love REF, it looks way more appealing and clean than Kint, but this problem makes it unusable for me.
Also, have you thought about adding support for backtracing? I would completely get rid of Kint in favor of this project if this was added :)
The text was updated successfully, but these errors were encountered: