3v4l.org

run code in 300+ PHP versions simultaneously
<?php $example = simplexml_load_string('<example xmlns:a="urn:a"><a:foo bar="baz"/></example>'); $a = $example->children('a', true); $bar = (string) $a->foo->children('', true)->attributes()->bar; var_dump($bar);

preferences:
41.37 ms | 402 KiB | 5 Q