3v4l.org

run code in 300+ PHP versions simultaneously
<?php //this reads 3hr PSI RSS feed from NEA $Output_3hr = ""; $url_3hr = "http://wip.weather.gov.sg/wip/pp/rndops/web/rss/rssHeavyRain_new.xml"; $xml_3hr = simplexml_load_file($url_3hr); for($i=0; $i<10; $i++){ $value_3hr = $xml_3hr->rss->channel->item[$i]->psi; $Output_3hr .= "<p>$value_3hr</p>"; } echo $Output_3hr; ?>

preferences:
39.83 ms | 402 KiB | 5 Q