3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = "http://three60research.clientcommunity.com.au/rss/newsletter/subitems"; $xml = new SimpleXMLElement($url, null, true); echo "Title - " . $xml->channel->title . "<br />"; foreach($xml->channel as $channel) { echo "Link - " . $channel->link . "<br />"; echo "Date - " . $channel->pubDate . "<br />"; echo "Description - " . $channel->item->description . "<br />"; echo "Guid - " . $channel->item->guid . "<br />"; } ?>
Output for git.master, git.master_jit, rfc.property-hooks
Deprecated: SimpleXMLElement::__construct(): Passing null to parameter #2 ($options) of type int is deprecated in /in/LqZpH on line 3 Warning: SimpleXMLElement::__construct(): php_network_getaddresses: getaddrinfo for three60research.clientcommunity.com.au failed: System error in /in/LqZpH on line 3 Warning: SimpleXMLElement::__construct(http://three60research.clientcommunity.com.au/rss/newsletter/subitems): Failed to open stream: php_network_getaddresses: getaddrinfo for three60research.clientcommunity.com.au failed: System error in /in/LqZpH on line 3 Warning: SimpleXMLElement::__construct(): I/O warning : failed to load external entity "http://three60research.clientcommunity.com.au/rss/newsletter/subitems" in /in/LqZpH on line 3 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/LqZpH:3 Stack trace: #0 /in/LqZpH(3): SimpleXMLElement->__construct('http://three60r...', NULL, true) #1 {main} thrown in /in/LqZpH on line 3
Process exited with code 255.

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