3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = "<xml><first-node>foo</first-node><second-node><nested-node>bar</nested-node></second-node><third-node>baz</third-node></xml>"; $a = new SimpleXMLElement($xml); var_export((array)$a);

preferences:
26.83 ms | 404 KiB | 5 Q