3v4l.org

run code in 300+ PHP versions simultaneously
<?php $url = 'http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml'; $xml = simplexml_load_file($url); $startTimeUnix = time() - 7200; $i = 0; foreach($xml->programme as $programm) { $start = DateTime::createFromFormat('YmdHis', $programm->attributes()->start)->getTimestamp(); if ($start > $startTimeUnix) break; $i++; } echo '<b>Now:</b> ' , $xml->programme[$i]->title , '<br/>'; echo '<b>Next:</b> ', $xml->programme[++$i]->title;
Output for 7.4.0
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 9 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 17 Notice: Trying to access array offset on value of type null in /in/CGebh on line 17 Notice: Trying to get property 'title' of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 18 Notice: Trying to access array offset on value of type null in /in/CGebh on line 18 Notice: Trying to get property 'title' of non-object in /in/CGebh on line 18
Output for 7.2.0 - 7.2.25, 7.3.0 - 7.3.12
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 9 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 17 Notice: Trying to get property 'title' of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property 'programme' of non-object in /in/CGebh on line 18 Notice: Trying to get property 'title' of non-object in /in/CGebh on line 18
Output for 5.3.0 - 5.3.29, 5.4.0 - 5.4.45, 5.5.0 - 5.5.38, 5.6.0 - 5.6.40, 7.0.0 - 7.0.33, 7.1.0 - 7.1.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Notice: Trying to get property of non-object in /in/CGebh on line 9 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18 Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.2.6 - 5.2.17
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Notice: Trying to get property of non-object in /in/CGebh on line 9 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18 Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.2.1 - 5.2.5
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: Connection refused in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Notice: Trying to get property of non-object in /in/CGebh on line 9 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18 Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.1.0 - 5.1.6, 5.2.0
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: Connection refused in /in/CGebh on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.0.3 - 5.0.5
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: Connection refused in /in/CGebh on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.0.1 - 5.0.2
Warning: simplexml_load_file(): php_network_getaddresses: gethostbyname failed in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: Success in /in/CGebh on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 5.0.0
Warning: simplexml_load_file(): php_network_getaddresses: gethostbyname failed in /in/CGebh on line 3 Warning: simplexml_load_file(http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml): failed to open stream: Bad file descriptor in /in/CGebh on line 3 Warning: connection refusedI/O warning : failed to load external entity "http://tvprofil.net/xmltv/data/cnn.info/weekly_cnn.info_tvprofil.net.xml" in /in/CGebh on line 3 Warning: Invalid argument supplied for foreach() in /in/CGebh on line 9 <b>Now:</b> Notice: Trying to get property of non-object in /in/CGebh on line 17 <br/><b>Next:</b> Notice: Trying to get property of non-object in /in/CGebh on line 18
Output for 4.4.2 - 4.4.9
Parse error: syntax error, unexpected T_OBJECT_OPERATOR in /in/CGebh on line 11
Process exited with code 255.
Output for 4.3.0 - 4.3.1, 4.3.5 - 4.3.11, 4.4.0 - 4.4.1
Parse error: parse error, unexpected T_OBJECT_OPERATOR in /in/CGebh on line 11
Process exited with code 255.
Output for 4.3.2 - 4.3.4
Parse error: parse error in /in/CGebh on line 11
Process exited with code 255.

preferences:
221.14 ms | 401 KiB | 322 Q