3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_file("http://dondeverlo.com/futbol/equipo/barca/rss/",'SimpleXMLElement', LIBXML_NOCDATA); // print_r($xml); foreach($xml->channel->item as $item){ echo $item->description; echo "<br><hr><br>"; }
Output for git.master, git.master_jit
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for dondeverlo.com failed: System error in /in/MsR8t on line 2 Warning: simplexml_load_file(http://dondeverlo.com/futbol/equipo/barca/rss/): Failed to open stream: php_network_getaddresses: getaddrinfo for dondeverlo.com failed: System error in /in/MsR8t on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://dondeverlo.com/futbol/equipo/barca/rss/" in /in/MsR8t on line 2 Warning: Attempt to read property "channel" on bool in /in/MsR8t on line 5 Warning: Attempt to read property "item" on null in /in/MsR8t on line 5 Warning: foreach() argument must be of type array|object, null given in /in/MsR8t on line 5
Output for rfc.property-hooks
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for dondeverlo.com failed: System error in /in/MsR8t on line 2 Warning: simplexml_load_file(http://dondeverlo.com/futbol/equipo/barca/rss/): Failed to open stream: php_network_getaddresses: getaddrinfo for dondeverlo.com failed: System error in /in/MsR8t on line 2 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://dondeverlo.com/futbol/equipo/barca/rss/" in /in/MsR8t on line 2 Warning: Attempt to read property "channel" on false in /in/MsR8t on line 5 Warning: Attempt to read property "item" on null in /in/MsR8t on line 5 Warning: foreach() argument must be of type array|object, null given in /in/MsR8t on line 5

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