3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = new SimpleXMLElement('<vehicle id="8"> <name>MAREK</name> <recorder>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> <attributes> <attribute name="PHONE_NUMBER" type="5">123456789</attribute> <attribute name="EMAIL" type="5">w@wp.pl</attribute> </attributes> </vehicle>'); echo '<pre>'; var_dump($xml);

preferences:
46.11 ms | 402 KiB | 5 Q