3v4l.org

run code in 300+ PHP versions simultaneously
<?php echo "<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr>"; $apiKey = "u133524-954ab29667a46f5ec915858c"; $url = "http://api.uptimerobot.com/getMonitors?apiKey=" . $apiKey . "&format=xml"; $xml = file_get_contents($url); $xml = new SimpleXMLElement ($xml); foreach($xml->monitor as $monitor) { echo "<tr>"; echo "<td>"; echo $monitor['friendlyname']; echo "</td><td>"; if ($monitor['status'] == 2) { echo "Online"; } elseif ($monitor['status'] == 9) { echo "Offline"; } else { echo "Not Available"; } echo "</td><td>"; if ($monitor['alltimeuptimeratio'] > 95) { echo "<b style=\"color:green;\">" . $monitor['alltimeuptimeratio'] . "%</b></td></tr>"; } else { echo "<b style=\"color:red;\">" . $monitor['alltimeuptimeratio'] . "%</b></td></tr>"; } } echo "</table>"; ?>
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18, 8.3.0 - 8.3.6
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo for api.uptimerobot.com failed: System error in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): Failed to open stream: php_network_getaddresses: getaddrinfo for api.uptimerobot.com failed: System error in /in/u9k3O on line 5 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 8.0.13 - 8.0.30
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 8.0.0 - 8.0.12
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/u9k3O on line 5 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 7.0.0 - 7.0.33, 7.1.0 - 7.1.33, 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.3.32 - 7.3.33, 7.4.0 - 7.4.1, 7.4.26 - 7.4.33
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/u9k3O on line 5 Fatal error: Uncaught Exception: String could not be parsed as XML in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
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
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/u9k3O on line 5 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 5.2.6 - 5.2.17
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/u9k3O on line 5 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 5.0.3 - 5.0.5, 5.1.0 - 5.1.6, 5.2.0 - 5.2.5
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Connection refused in /in/u9k3O on line 5 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/u9k3O:6 Stack trace: #0 /in/u9k3O(6): SimpleXMLElement->__construct('') #1 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 5.0.1 - 5.0.2
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: gethostbyname failed in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Success in /in/u9k3O on line 5 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/u9k3O:6 Stack trace: #0 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 5.0.0
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: gethostbyname failed in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Bad file descriptor in /in/u9k3O on line 5 Fatal error: Uncaught exception 'Exception' with message 'String could not be parsed as XML' in /in/u9k3O:6 Stack trace: #0 {main} thrown in /in/u9k3O on line 6
Process exited with code 255.
Output for 4.3.3 - 4.3.4, 4.3.10 - 4.3.11, 4.4.0 - 4.4.9
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Connection refused in /in/u9k3O on line 5 Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/u9k3O on line 6
Process exited with code 255.
Output for 4.3.5 - 4.3.9
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: gethostbyname failed in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Success in /in/u9k3O on line 5 Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/u9k3O on line 6
Process exited with code 255.
Output for 4.3.2
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents(): php_network_getaddresses: getaddrinfo failed: Name or service not known (is your IPV6 configuration correct? If this error happens all the time, try reconfiguring PHP using --disable-ipv6 option to configure) in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml): failed to open stream: Connection refused in /in/u9k3O on line 5 Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/u9k3O on line 6
Process exited with code 255.
Output for 4.3.0 - 4.3.1
<table><tr><th>Monitor Name</th><th>Status</th><th>Total Uptime</th></tr> Warning: file_get_contents() [http://www.php.net/function.file-get-contents]: php_network_getaddresses: getaddrinfo failed: Name or service not known in /in/u9k3O on line 5 Warning: file_get_contents(http://api.uptimerobot.com/getMonitors?apiKey=u133524-954ab29667a46f5ec915858c&format=xml) [http://www.php.net/function.file-get-contents]: failed to create stream: Connection refused in /in/u9k3O on line 5 Fatal error: Cannot instantiate non-existent class: simplexmlelement in /in/u9k3O on line 6

preferences:
259.48 ms | 402 KiB | 460 Q