3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXMLElement('<vehicle id="8" identyfikator="23"> <name>MAREK</name> <recorder ppp="fdfd">8</recorder> <production-date>0</production-date> <registration-number>SI40996</registration-number> <fuel> <type> </type> <nominal>0</nominal> <drive>0</drive> <work>0</work> <stay>0</stay> </fuel> <attr> <at name="PHONE_NUMBER" type="5">123456789</at> <at name="EMAIL" type="5">w@wp.pl</at> </attr> </vehicle>'); echo '<pre>'; var_dump($xml); echo $xml->recorder->attributes();

preferences:
60.8 ms | 402 KiB | 5 Q