3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_string('http://ilumet.com.br/ubs_area.kml'); if ($xml === false) { echo "Failed loading XML: "; foreach(libxml_get_errors() as $error) { echo "<br>", $error->message; } } else { print_r($xml); } ?>
Output for 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.33, 7.3.0 - 7.3.33, 7.4.0 - 7.4.33, 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
Warning: simplexml_load_string(): Entity: line 1: parser error : Start tag expected, '<' not found in /in/4FDMl on line 2 Warning: simplexml_load_string(): http://ilumet.com.br/ubs_area.kml in /in/4FDMl on line 2 Warning: simplexml_load_string(): ^ in /in/4FDMl on line 2 Failed loading XML:

preferences:
245.6 ms | 404 KiB | 330 Q