3v4l.org

run code in 300+ PHP versions simultaneously
<?php $string= <<<xml <?xml version="1.0"?> <document> <people> <name>Ali</name> <family age="20">Bagheri</family> </people> <people> <name>Reza</name> <family age="20">Moghadam</family> </people> </document> xml; $x=simplexml_load_string($string); print_r($x); ?>

preferences:
46.4 ms | 402 KiB | 5 Q