3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "https://apps.tirol.gv.at/lwd/produkte/llb/2014-2015/2015-05-01_0730/2015-05-01_0730_avalanche_bulletin_tyrol_de.xml"; //disabled for security reasons // if(file_exists($url)){ // $xmlFile = simple_load_file($url); // loadToDatabase($xmlFile); // } else { // exit("Coudn't find xml file"); // } $xmlFile = simplexml_load_file($url); loadToDatabase($xmlFile); function loadToDatabase($file){ print_r($xml_File); } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Warning: simplexml_load_file(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/o4JPT on line 13 Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://apps.tirol.gv.at/lwd/produkte/llb/2014-2015/2015-05-01_0730/2015-05-01_0730_avalanche_bulletin_tyrol_de.xml" in /in/o4JPT on line 13 Warning: Undefined variable $xml_File in /in/o4JPT on line 17

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
52.3 ms | 402 KiB | 8 Q