3v4l.org

run code in 300+ PHP versions simultaneously
<?php $data = $xml=simplexml_load_file("http://www.m-1.fm/xml/onair.xml"); echo $xml->artist . " - "; echo $xml->title . "<br>Įvertinimas:"; echo $xml->rating . "<br>"; ?>
Output for git.master, git.master_jit
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for www.m-1.fm failed: System error in /in/KrnAY on line 2 Warning: simplexml_load_file(http://www.m-1.fm/xml/onair.xml): Failed to open stream: php_network_getaddresses: getaddrinfo for www.m-1.fm failed: System error in /in/KrnAY on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://www.m-1.fm/xml/onair.xml" in /in/KrnAY on line 2 Warning: Attempt to read property "artist" on bool in /in/KrnAY on line 3 - Warning: Attempt to read property "title" on bool in /in/KrnAY on line 4 <br>Įvertinimas: Warning: Attempt to read property "rating" on bool in /in/KrnAY on line 5 <br>
Output for rfc.property-hooks
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for www.m-1.fm failed: System error in /in/KrnAY on line 2 Warning: simplexml_load_file(http://www.m-1.fm/xml/onair.xml): Failed to open stream: php_network_getaddresses: getaddrinfo for www.m-1.fm failed: System error in /in/KrnAY on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://www.m-1.fm/xml/onair.xml" in /in/KrnAY on line 2 Warning: Attempt to read property "artist" on false in /in/KrnAY on line 3 - Warning: Attempt to read property "title" on false in /in/KrnAY on line 4 <br>Įvertinimas: Warning: Attempt to read property "rating" on false in /in/KrnAY on line 5 <br>

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:
44.43 ms | 402 KiB | 8 Q