3v4l.org

run code in 300+ PHP versions simultaneously
<?php $str = '<person name="Joe Smith"> <info age="19"> <height val="1.85" /> </info> <info age="19"> <weight val="82" /> </info> <info age="19"> <build val="14" /> </info> </person>'; $xmlObj = simplexml_load_string($str); echo $xmlObj->info->attributes()->age;

preferences:
53.28 ms | 402 KiB | 5 Q