3v4l.org

run code in 300+ PHP versions simultaneously
<?php //$steamid = "76561197963758467"; $steamid = "76561198014930023"; for($i=0;$i<10;$i++) { $nextid = number_format($steamid + ($i * 250123),0,'.',''); $profile = file_get_contents("http://steamcommunity.com/profiles/$nextid?xml=1"); $xml = simplexml_load_string($profile); if($xml->privacyMessage) { $msg = 'notsetup'; } else { $msg = $xml->memberSince; } echo "<a href=\"http://steamcommunity.com/profiles/$nextid\">$nextid</a> - $msg<br/>"; } ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 38
Branch analysis from position: 38
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 3
Branch analysis from position: 40
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 27
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 29
Branch analysis from position: 29
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 3
Branch analysis from position: 40
Branch analysis from position: 3
Branch analysis from position: 27
2 jumps found. (Code = 44) Position 1 = 40, Position 2 = 3
Branch analysis from position: 40
Branch analysis from position: 3
filename:       /in/1O2GY
function name:  (null)
number of ops:  41
compiled vars:  !0 = $steamid, !1 = $i, !2 = $nextid, !3 = $profile, !4 = $xml, !5 = $msg
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   ASSIGN                                                   !0, '76561198014930023'
    4     1        ASSIGN                                                   !1, 0
          2      > JMP                                                      ->38
    5     3    >   INIT_FCALL                                               'number_format'
          4        MUL                                              ~8      !1, 250123
          5        ADD                                              ~9      !0, ~8
          6        SEND_VAL                                                 ~9
          7        SEND_VAL                                                 0
          8        SEND_VAL                                                 '.'
          9        SEND_VAL                                                 ''
         10        DO_ICALL                                         $10     
         11        ASSIGN                                                   !2, $10
    6    12        INIT_FCALL                                               'file_get_contents'
         13        ROPE_INIT                                     3  ~13     'http%3A%2F%2Fsteamcommunity.com%2Fprofiles%2F'
         14        ROPE_ADD                                      1  ~13     ~13, !2
         15        ROPE_END                                      2  ~12     ~13, '%3Fxml%3D1'
         16        SEND_VAL                                                 ~12
         17        DO_ICALL                                         $15     
         18        ASSIGN                                                   !3, $15
    7    19        INIT_FCALL                                               'simplexml_load_string'
         20        SEND_VAR                                                 !3
         21        DO_ICALL                                         $17     
         22        ASSIGN                                                   !4, $17
    9    23        FETCH_OBJ_R                                      ~19     !4, 'privacyMessage'
         24      > JMPZ                                                     ~19, ->27
   10    25    >   ASSIGN                                                   !5, 'notsetup'
         26      > JMP                                                      ->29
   12    27    >   FETCH_OBJ_R                                      ~21     !4, 'memberSince'
         28        ASSIGN                                                   !5, ~21
   14    29    >   ROPE_INIT                                     7  ~24     '%3Ca+href%3D%22http%3A%2F%2Fsteamcommunity.com%2Fprofiles%2F'
         30        ROPE_ADD                                      1  ~24     ~24, !2
         31        ROPE_ADD                                      2  ~24     ~24, '%22%3E'
         32        ROPE_ADD                                      3  ~24     ~24, !2
         33        ROPE_ADD                                      4  ~24     ~24, '%3C%2Fa%3E+-+'
         34        ROPE_ADD                                      5  ~24     ~24, !5
         35        ROPE_END                                      6  ~23     ~24, '%3Cbr%2F%3E'
         36        ECHO                                                     ~23
    4    37        PRE_INC                                                  !1
         38    >   IS_SMALLER                                               !1, 10
         39      > JMPNZ                                                    ~29, ->3
   17    40    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
160.21 ms | 1400 KiB | 19 Q