3v4l.org

run code in 300+ PHP versions simultaneously
<?php // CONFIGURATION $ip = 'radios.cabreuvoip.com.br'; // IP $port = '8040'; // Port $sid = '1'; // StreamID // PHP $shoutcast = simplexml_load_file("http://".$ip.":".$port."/stats"); $listeners = $shoutcast->CURRENTLISTENERS; $song = $shoutcast->SONGTITLE; $dj = $shoutcast->SERVERTITLE; // EXAMPLES //echo $listeners; // Listeners $Color = "white"; echo '<div style="Color:'.$Color.'" align = "center">'.$song.'</div>'; //song //echo $dj; // DJ ?>
Output for 8.3.28 - 8.3.30, 8.4.15 - 8.4.18, 8.5.0 - 8.5.3
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: Name or service not known in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: Name or service not known in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on false in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on false in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on false in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 8.3.0 - 8.3.27, 8.4.1 - 8.4.14
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on false in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on false in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on false in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 8.1.34, 8.2.30
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: Name or service not known in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: Name or service not known in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on bool in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on bool in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on bool in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 8.1.0 - 8.1.33, 8.2.0 - 8.2.29
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo for radios.cabreuvoip.com.br failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on bool in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on bool in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on bool in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 8.0.13 - 8.0.30
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on bool in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on bool in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on bool in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 8.0.0 - 8.0.12
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Warning: Attempt to read property "CURRENTLISTENERS" on bool in /in/Ko0Mi on line 9 Warning: Attempt to read property "SONGTITLE" on bool in /in/Ko0Mi on line 10 Warning: Attempt to read property "SERVERTITLE" on bool in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 7.2.0 - 7.2.26, 7.3.0 - 7.3.13, 7.4.0 - 7.4.1, 7.4.26 - 7.4.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Notice: Trying to get property 'CURRENTLISTENERS' of non-object in /in/Ko0Mi on line 9 Notice: Trying to get property 'SONGTITLE' of non-object in /in/Ko0Mi on line 10 Notice: Trying to get property 'SERVERTITLE' of non-object in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 7.2.29 - 7.2.33, 7.3.16 - 7.3.31, 7.4.3 - 7.4.25
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Notice: Trying to get property 'CURRENTLISTENERS' of non-object in /in/Ko0Mi on line 9 Notice: Trying to get property 'SONGTITLE' of non-object in /in/Ko0Mi on line 10 Notice: Trying to get property 'SERVERTITLE' of non-object in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>
Output for 7.3.32 - 7.3.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 <div style="Color:white" align = "center"></div>
Output for 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/Ko0Mi on line 8 Warning: simplexml_load_file(http://radios.cabreuvoip.com.br:8040/stats): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/Ko0Mi on line 8 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://radios.cabreuvoip.com.br:8040/stats" in /in/Ko0Mi on line 8 Notice: Trying to get property of non-object in /in/Ko0Mi on line 9 Notice: Trying to get property of non-object in /in/Ko0Mi on line 10 Notice: Trying to get property of non-object in /in/Ko0Mi on line 11 <div style="Color:white" align = "center"></div>

preferences:
123.91 ms | 2399 KiB | 4 Q