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(file_get_contents($itunesRss)); foreach($itunesObj->entry as $record) { echo 'nzbs looking up '.$record['title'].'<br />'; }
Output for git.master, git.master_jit
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/QVkAs on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QVkAs on line 4 Warning: file_get_contents(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml): Failed to open stream: Operation not permitted in /in/QVkAs on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /in/QVkAs on line 4 Warning: Attempt to read property "entry" on bool in /in/QVkAs on line 6 Warning: foreach() argument must be of type array|object, null given in /in/QVkAs on line 6
Output for rfc.property-hooks
Warning: file_get_contents(): Unable to find the wrapper "https" - did you forget to enable it when you configured PHP? in /in/QVkAs on line 4 Warning: file_get_contents(): open_basedir restriction in effect. File(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml) is not within the allowed path(s): (/tmp:/in:/etc) in /in/QVkAs on line 4 Warning: file_get_contents(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml): Failed to open stream: Operation not permitted in /in/QVkAs on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "" in /in/QVkAs on line 4 Warning: Attempt to read property "entry" on false in /in/QVkAs on line 6 Warning: foreach() argument must be of type array|object, null given in /in/QVkAs 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:
43.89 ms | 402 KiB | 8 Q