3v4l.org

run code in 300+ PHP versions simultaneously
<?php $itunesRss = 'https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml'; $itunesObj = simplexml_load_file($itunesRss); foreach($itunesObj->entry as $record) { echo 'nzbs looking up '.$record['title'].'<br />'; }
Output for git.master, git.master_jit
Warning: simplexml_load_file(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/NAqBS on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml" in /in/NAqBS on line 4 Warning: Attempt to read property "entry" on bool in /in/NAqBS on line 6 Warning: foreach() argument must be of type array|object, null given in /in/NAqBS on line 6
Output for 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/NAqBS on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml" in /in/NAqBS on line 4 Warning: Attempt to read property "entry" on false in /in/NAqBS on line 6 Warning: foreach() argument must be of type array|object, null given in /in/NAqBS on line 6

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