3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = 'http://115.112.70.158/soap/tutorial/test/available_vehicle.xml'; $xml = simplexml_load_string( $xml); foreach( $xml->xpath( './/VehRentalCore') as $child) { echo $child->attributes()['PickUpDateTime'] . "\n"; }

preferences:
31.97 ms | 402 KiB | 5 Q