3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = <<< XML <Export id="123" apples="pears"> <Works foo="bar" id="234"/> <Doesnt bar="foo" id="345">Stack Exchange</Doesnt> </Export> XML; $export = simplexml_load_string($xml); echo $export->doesnt['bar'];

preferences:
43.71 ms | 402 KiB | 5 Q