Debugging SimpleXML Objects with PHP

1 · Josh Sherman · July 20, 2014, midnight
SimpleXML is pretty much the de facto standard for dealing with XML in PHP. The biggest problem with SimpleXML is that it is a pseudo-object that you can’t print_r() or var_dump() to see what’s going on. I recently ran into a situation where it would have been super nice to......