3v4l.org

run code in 300+ PHP versions simultaneously
<?php $xml = simplexml_load_file("http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1"); foreach ($xml->members->steamID64 as $friendid) { if (substr($friendid,-1)%2==0) $server=0; else $server=1; $auth=bcsub($friendid,'76561198071550434'); $auth=bcsub($auth,$server); $auth=bcdiv($auth,2); $steamcomid="STEAM_0:".$server.':'.$auth; echo "$steamcomid<br>"; // or do watever with steamids } ?>
Output for 8.3.0 - 8.3.4, 8.3.6
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Attempt to read property "members" on false in /in/8YjkH on line 5 Warning: Attempt to read property "steamID64" on null in /in/8YjkH on line 5 Warning: foreach() argument must be of type array|object, null given in /in/8YjkH on line 5
Output for 8.3.5
Warning: PHP Startup: Unable to load dynamic library 'sodium.so' (tried: /usr/lib/php/8.3.5/modules/sodium.so (libsodium.so.23: cannot open shared object file: No such file or directory), /usr/lib/php/8.3.5/modules/sodium.so.so (/usr/lib/php/8.3.5/modules/sodium.so.so: cannot open shared object file: No such file or directory)) in Unknown on line 0 Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Attempt to read property "members" on false in /in/8YjkH on line 5 Warning: Attempt to read property "steamID64" on null in /in/8YjkH on line 5 Warning: foreach() argument must be of type array|object, null given in /in/8YjkH on line 5
Output for 8.1.0 - 8.1.28, 8.2.0 - 8.2.18
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Attempt to read property "members" on bool in /in/8YjkH on line 5 Warning: Attempt to read property "steamID64" on null in /in/8YjkH on line 5 Warning: foreach() argument must be of type array|object, null given in /in/8YjkH on line 5
Output for 8.0.13 - 8.0.30
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Attempt to read property "members" on bool in /in/8YjkH on line 5 Warning: Attempt to read property "steamID64" on null in /in/8YjkH on line 5 Warning: foreach() argument must be of type array|object, null given in /in/8YjkH on line 5
Output for 8.0.0 - 8.0.12
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Attempt to read property "members" on bool in /in/8YjkH on line 5 Warning: Attempt to read property "steamID64" on null in /in/8YjkH on line 5 Warning: foreach() argument must be of type array|object, null given in /in/8YjkH on line 5
Output for 7.4.26 - 7.4.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Notice: Trying to get property 'members' of non-object in /in/8YjkH on line 5 Notice: Trying to get property 'steamID64' of non-object in /in/8YjkH on line 5 Warning: Invalid argument supplied for foreach() in /in/8YjkH on line 5
Output for 7.2.0 - 7.2.33, 7.3.0 - 7.3.31, 7.4.0 - 7.4.25
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Notice: Trying to get property 'members' of non-object in /in/8YjkH on line 5 Notice: Trying to get property 'steamID64' of non-object in /in/8YjkH on line 5 Warning: Invalid argument supplied for foreach() in /in/8YjkH on line 5
Output for 7.3.32 - 7.3.33
Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): failed to open stream: php_network_getaddresses: getaddrinfo failed: System error in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Warning: Invalid argument supplied for foreach() in /in/8YjkH on line 5
Output for 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: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1): failed to open stream: php_network_getaddresses: getaddrinfo failed: Temporary failure in name resolution in /in/8YjkH on line 3 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups/CSGOPerccom/memberslistxml/?xml=1" in /in/8YjkH on line 3 Notice: Trying to get property of non-object in /in/8YjkH on line 5 Notice: Trying to get property of non-object in /in/8YjkH on line 5 Warning: Invalid argument supplied for foreach() in /in/8YjkH on line 5

preferences:
285.03 ms | 403 KiB | 291 Q