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 nam="EMAIL" typ="5">w@wp.pl</at> </attr> </vehicle>'); echo '<pre>'; var_dump($xml); var_dump($xml->recorder); var_dump($xml->attr); var_dump($xml->attr->at);

preferences:
28.42 ms | 402 KiB | 5 Q