3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = "<root> <description> <h4>Standard Lanes</h4> <child name='Child2' /> <subparent> <child name='Child3' /> </subparent> </parent> <child name='Child4' /> </root>"; $xml = simplexml_load_string( $xml); foreach( $xml->xpath( './/h4') as $child) { echo $child->attributes()['name'] . "\n"; }

preferences:
36.98 ms | 402 KiB | 5 Q