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 />"; } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 12, Position 2 = 34
Branch analysis from position: 12
2 jumps found. (Code = 78) Position 1 = 13, Position 2 = 34
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 22, Position 2 = 28
Branch analysis from position: 22
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 28
1 jumps found. (Code = 42) Position 1 = 12
Branch analysis from position: 12
Branch analysis from position: 34
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 34
filename:       /in/NNimi
function name:  (null)
number of ops:  36
compiled vars:  !0 = $group, !1 = $members, !2 = $ocuStaff, !3 = $member, !4 = $result
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_R                      global              ~5      '_GET'
          1        FETCH_DIM_R                                      ~6      ~5, 'group'
          2        ASSIGN                                                   !0, ~6
    4     3        INIT_FCALL                                               'simplexml_load_file'
          4        CONCAT                                           ~8      'http%3A%2F%2Fsteamcommunity.com%2Fgroups%2F', !2
          5        CONCAT                                           ~9      ~8, '%2Fmemberslistxml%2F%3Fxml%3D1'
          6        SEND_VAL                                                 ~9
          7        DO_ICALL                                         $10     
          8        ASSIGN                                                   !1, $10
    6     9        FETCH_OBJ_R                                      ~12     !1, 'members'
         10        FETCH_OBJ_R                                      ~13     ~12, 'steamID64'
         11      > FE_RESET_R                                       $14     ~13, ->34
         12    > > FE_FETCH_R                                               $14, !3, ->34
    7    13    >   INIT_FCALL                                               'simplexml_load_file'
         14        CONCAT                                           ~15     'http%3A%2F%2Fsteamrep.com%2Fapi%2Fbeta3%2Freputation%2F', !3
         15        SEND_VAL                                                 ~15
         16        DO_ICALL                                         $16     
         17        ASSIGN                                                   !4, $16
    9    18        FETCH_OBJ_R                                      ~18     !4, 'reputation'
         19        FETCH_OBJ_R                                      ~19     ~18, 'summary'
         20        IS_EQUAL                                                 ~19, 'SCAMMER'
         21      > JMPZ                                                     ~20, ->28
   10    22    >   CONCAT                                           ~21     '%3Ca+href%3D%27https%3A%2F%2Fsteamrep.com%2Fprofiles%2F', !3
         23        CONCAT                                           ~22     ~21, '%27+style%3D%27color%3Ared%27%3E'
         24        CONCAT                                           ~23     ~22, !3
         25        CONCAT                                           ~24     ~23, '+is+a+marked+scammer.%3C%2Fa%3E%3Cbr+%2F%3E'
         26        ECHO                                                     ~24
         27      > JMP                                                      ->33
   12    28    >   CONCAT                                           ~25     '%3Ca+href%3D%27https%3A%2F%2Fsteamrep.com%2Fprofiles%2F', !3
         29        CONCAT                                           ~26     ~25, '%27%3E'
         30        CONCAT                                           ~27     ~26, !3
         31        CONCAT                                           ~28     ~27, '+is+not+marked.%3C%2Fa%3E%3Cbr+%2F%3E'
         32        ECHO                                                     ~28
    6    33    > > JMP                                                      ->12
         34    >   FE_FREE                                                  $14
   15    35      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
181.05 ms | 1400 KiB | 15 Q