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 8.3.0 - 8.3.6
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
Output for 8.0.0 - 8.0.30, 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
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 7.2.6 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25, 7.4.27 - 7.4.33
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 Notice: Trying to get property 'entry' of non-object in /in/NAqBS on line 6 Warning: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 7.3.32 - 7.3.33, 7.4.26
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: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.14, 7.1.20 - 7.1.33
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 Notice: Trying to get property of non-object in /in/NAqBS on line 6 Warning: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 7.0.20, 7.1.5 - 7.1.10
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/NAqBS on line 4 Warning: simplexml_load_file(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error 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 Notice: Trying to get property of non-object in /in/NAqBS on line 6 Warning: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 5.4.15 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.28, 7.0.0 - 7.0.14, 7.1.0
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/NAqBS on line 4 Warning: simplexml_load_file(https://itunes.apple.com/us/rss/topalbums/limit=10/explicit=true/xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known 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 Notice: Trying to get property of non-object in /in/NAqBS on line 6 Warning: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 5.2.1 - 5.2.17
Notice: 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 Notice: Trying to get property of non-object in /in/NAqBS on line 6 Warning: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 5.1.0 - 5.1.6, 5.2.0
Notice: 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: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 5.0.0 - 5.0.5
Notice: 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 Notice: 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: 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: Invalid argument supplied for foreach() in /in/NAqBS on line 6
Output for 4.4.5 - 4.4.9
Fatal error: Call to undefined function: simplexml_load_file() in /in/NAqBS on line 4
Process exited with code 255.
Output for 4.3.2 - 4.3.11, 4.4.0 - 4.4.4
Fatal error: Call to undefined function: simplexml_load_file() in /in/NAqBS on line 4
Process exited with code 255.
Output for 4.3.0 - 4.3.1
Fatal error: Call to undefined function: simplexml_load_file() in /in/NAqBS on line 4

preferences:
269.51 ms | 401 KiB | 383 Q