3v4l.org

run code in 300+ PHP versions simultaneously
<?php $foo = simplexml_load_string('<foo><bar baz="quux">hello</bar> world<![CDATA[!]]></foo>'); echo (string)$foo, "\n"; echo (string)$foo->bar, "\n"; echo (string)$foo->bar['baz'], "\n";

preferences:
61.22 ms | 402 KiB | 5 Q