3v4l.org

run code in 300+ PHP versions simultaneously
<?php $group = $_GET['group']; $members = simplexml_load_file("http://steamcommunity.com/groups/".$ocuStaff."/memberslistxml/?xml=1"); foreach($members->members->steamID64 as $member) { $result = simplexml_load_file("http://steamrep.com/api/beta3/reputation/".$member); if($result->reputation->summary == "SCAMMER") echo "<a href='https://steamrep.com/profiles/".$member."' style='color:red'>".$member." is a marked scammer.</a><br />"; else echo "<a href='https://steamrep.com/profiles/".$member."'>".$member." is not marked.</a><br />"; } ?>
Output for git.master, git.master_jit
Warning: Undefined array key "group" in /in/NNimi on line 3 Warning: Undefined variable $ocuStaff in /in/NNimi on line 4 Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/NNimi on line 4 Warning: simplexml_load_file(http://steamcommunity.com/groups//memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/NNimi on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups//memberslistxml/?xml=1" in /in/NNimi on line 4 Warning: Attempt to read property "members" on bool in /in/NNimi on line 6 Warning: Attempt to read property "steamID64" on null in /in/NNimi on line 6 Warning: foreach() argument must be of type array|object, null given in /in/NNimi on line 6
Output for rfc.property-hooks
Warning: Undefined array key "group" in /in/NNimi on line 3 Warning: Undefined variable $ocuStaff in /in/NNimi on line 4 Warning: simplexml_load_file(): php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/NNimi on line 4 Warning: simplexml_load_file(http://steamcommunity.com/groups//memberslistxml/?xml=1): Failed to open stream: php_network_getaddresses: getaddrinfo for steamcommunity.com failed: System error in /in/NNimi on line 4 Warning: simplexml_load_file(): I/O warning : failed to load external entity "http://steamcommunity.com/groups//memberslistxml/?xml=1" in /in/NNimi on line 4 Warning: Attempt to read property "members" on false in /in/NNimi on line 6 Warning: Attempt to read property "steamID64" on null in /in/NNimi on line 6 Warning: foreach() argument must be of type array|object, null given in /in/NNimi on line 6

This tab shows result from various feature-branches currently under review by the php developers. Contact me to have additional branches featured.

Active branches

Archived branches

Once feature-branches are merged or declined, they are no longer available. Their functionality (when merged) can be viewed from the main output page


preferences:
65.11 ms | 402 KiB | 8 Q