3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $file_handle = fopen("http://sg1.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "====TOTAL ONLINE USER==="; echo "<br>"; echo "===SukaHatiVPN Server==="; echo "<br>"; echo "<br>"; echo "SG 1:"; echo $line; echo "USER"; } fclose($file_handle); $file_handle = fopen("http://sg2.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "<br>"; echo "SG 2:"; echo $line; echo "USER"; } fclose($file_handle); fclose($file_handle); $file_handle = fopen("http://sg3.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "<br>"; echo "SG 3:"; echo $line; echo "USER"; } fclose($file_handle); fclose($file_handle); $file_handle = fopen("http://sg4.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "<br>"; echo "SG 4:"; echo $line; echo "USER"; } fclose($file_handle); fclose($file_handle); $file_handle = fopen("http://sg5.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "<br>"; echo "SG 5:"; echo $line; echo "USER"; } fclose($file_handle); fclose($file_handle); $file_handle = fopen("http://jp1.sukahativpn.tk/onlineno.txt", "r"); while (!feof($file_handle)) { $line = fgets($file_handle); echo "<br>"; echo "JP 1:"; echo $line; echo "USER"; } fclose($file_handle); ?> <?Php echo "<br>"; echo "<br>"; $ip=$_SERVER['REMOTE_ADDR']; echo "IP address Anda"; echo "<br>"; echo "[$ip]"; echo "<br>";
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 6
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 40
Branch analysis from position: 40
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 32
Branch analysis from position: 45
1 jumps found. (Code = 42) Position 1 = 65
Branch analysis from position: 65
2 jumps found. (Code = 44) Position 1 = 70, Position 2 = 57
Branch analysis from position: 70
1 jumps found. (Code = 42) Position 1 = 90
Branch analysis from position: 90
2 jumps found. (Code = 44) Position 1 = 95, Position 2 = 82
Branch analysis from position: 95
1 jumps found. (Code = 42) Position 1 = 115
Branch analysis from position: 115
2 jumps found. (Code = 44) Position 1 = 120, Position 2 = 107
Branch analysis from position: 120
1 jumps found. (Code = 42) Position 1 = 140
Branch analysis from position: 140
2 jumps found. (Code = 44) Position 1 = 145, Position 2 = 132
Branch analysis from position: 145
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 132
2 jumps found. (Code = 44) Position 1 = 145, Position 2 = 132
Branch analysis from position: 145
Branch analysis from position: 132
Branch analysis from position: 107
2 jumps found. (Code = 44) Position 1 = 120, Position 2 = 107
Branch analysis from position: 120
Branch analysis from position: 107
Branch analysis from position: 82
2 jumps found. (Code = 44) Position 1 = 95, Position 2 = 82
Branch analysis from position: 95
Branch analysis from position: 82
Branch analysis from position: 57
2 jumps found. (Code = 44) Position 1 = 70, Position 2 = 57
Branch analysis from position: 70
Branch analysis from position: 57
Branch analysis from position: 32
2 jumps found. (Code = 44) Position 1 = 45, Position 2 = 32
Branch analysis from position: 45
Branch analysis from position: 32
Branch analysis from position: 6
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 6
Branch analysis from position: 23
Branch analysis from position: 6
filename:       /in/g3avs
function name:  (null)
number of ops:  161
compiled vars:  !0 = $file_handle, !1 = $line, !2 = $ip
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'fopen'
          1        SEND_VAL                                                 'http%3A%2F%2Fsg1.sukahativpn.tk%2Fonlineno.txt'
          2        SEND_VAL                                                 'r'
          3        DO_ICALL                                         $3      
          4        ASSIGN                                                   !0, $3
    3     5      > JMP                                                      ->18
    4     6    >   INIT_FCALL                                               'fgets'
          7        SEND_VAR                                                 !0
          8        DO_ICALL                                         $5      
          9        ASSIGN                                                   !1, $5
    5    10        ECHO                                                     '%3D%3D%3D%3DTOTAL+ONLINE+USER%3D%3D%3D'
    6    11        ECHO                                                     '%3Cbr%3E'
    7    12        ECHO                                                     '%3D%3D%3DSukaHatiVPN+Server%3D%3D%3D'
    8    13        ECHO                                                     '%3Cbr%3E'
    9    14        ECHO                                                     '%3Cbr%3E'
   10    15        ECHO                                                     'SG+1%3A'
   11    16        ECHO                                                     !1
   12    17        ECHO                                                     'USER'
    3    18    >   INIT_FCALL                                               'feof'
         19        SEND_VAR                                                 !0
         20        DO_ICALL                                         $7      
         21        BOOL_NOT                                         ~8      $7
         22      > JMPNZ                                                    ~8, ->6
   14    23    >   INIT_FCALL                                               'fclose'
         24        SEND_VAR                                                 !0
         25        DO_ICALL                                                 
   15    26        INIT_FCALL                                               'fopen'
         27        SEND_VAL                                                 'http%3A%2F%2Fsg2.sukahativpn.tk%2Fonlineno.txt'
         28        SEND_VAL                                                 'r'
         29        DO_ICALL                                         $10     
         30        ASSIGN                                                   !0, $10
   16    31      > JMP                                                      ->40
   17    32    >   INIT_FCALL                                               'fgets'
         33        SEND_VAR                                                 !0
         34        DO_ICALL                                         $12     
         35        ASSIGN                                                   !1, $12
   18    36        ECHO                                                     '%3Cbr%3E'
   19    37        ECHO                                                     'SG+2%3A'
   20    38        ECHO                                                     !1
   21    39        ECHO                                                     'USER'
   16    40    >   INIT_FCALL                                               'feof'
         41        SEND_VAR                                                 !0
         42        DO_ICALL                                         $14     
         43        BOOL_NOT                                         ~15     $14
         44      > JMPNZ                                                    ~15, ->32
   23    45    >   INIT_FCALL                                               'fclose'
         46        SEND_VAR                                                 !0
         47        DO_ICALL                                                 
   24    48        INIT_FCALL                                               'fclose'
         49        SEND_VAR                                                 !0
         50        DO_ICALL                                                 
   25    51        INIT_FCALL                                               'fopen'
         52        SEND_VAL                                                 'http%3A%2F%2Fsg3.sukahativpn.tk%2Fonlineno.txt'
         53        SEND_VAL                                                 'r'
         54        DO_ICALL                                         $18     
         55        ASSIGN                                                   !0, $18
   26    56      > JMP                                                      ->65
   27    57    >   INIT_FCALL                                               'fgets'
         58        SEND_VAR                                                 !0
         59        DO_ICALL                                         $20     
         60        ASSIGN                                                   !1, $20
   28    61        ECHO                                                     '%3Cbr%3E'
   29    62        ECHO                                                     'SG+3%3A'
   30    63        ECHO                                                     !1
   31    64        ECHO                                                     'USER'
   26    65    >   INIT_FCALL                                               'feof'
         66        SEND_VAR                                                 !0
         67        DO_ICALL                                         $22     
         68        BOOL_NOT                                         ~23     $22
         69      > JMPNZ                                                    ~23, ->57
   33    70    >   INIT_FCALL                                               'fclose'
         71        SEND_VAR                                                 !0
         72        DO_ICALL                                                 
   34    73        INIT_FCALL                                               'fclose'
         74        SEND_VAR                                                 !0
         75        DO_ICALL                                                 
   35    76        INIT_FCALL                                               'fopen'
         77        SEND_VAL                                                 'http%3A%2F%2Fsg4.sukahativpn.tk%2Fonlineno.txt'
         78        SEND_VAL                                                 'r'
         79        DO_ICALL                                         $26     
         80        ASSIGN                                                   !0, $26
   36    81      > JMP                                                      ->90
   37    82    >   INIT_FCALL                                               'fgets'
         83        SEND_VAR                                                 !0
         84        DO_ICALL                                         $28     
         85        ASSIGN                                                   !1, $28
   38    86        ECHO                                                     '%3Cbr%3E'
   39    87        ECHO                                                     'SG+4%3A'
   40    88        ECHO                                                     !1
   41    89        ECHO                                                     'USER'
   36    90    >   INIT_FCALL                                               'feof'
         91        SEND_VAR                                                 !0
         92        DO_ICALL                                         $30     
         93        BOOL_NOT                                         ~31     $30
         94      > JMPNZ                                                    ~31, ->82
   43    95    >   INIT_FCALL                                               'fclose'
         96        SEND_VAR                                                 !0
         97        DO_ICALL                                                 
   44    98        INIT_FCALL                                               'fclose'
         99        SEND_VAR                                                 !0
        100        DO_ICALL                                                 
   45   101        INIT_FCALL                                               'fopen'
        102        SEND_VAL                                                 'http%3A%2F%2Fsg5.sukahativpn.tk%2Fonlineno.txt'
        103        SEND_VAL                                                 'r'
        104        DO_ICALL                                         $34     
        105        ASSIGN                                                   !0, $34
   46   106      > JMP                                                      ->115
   47   107    >   INIT_FCALL                                               'fgets'
        108        SEND_VAR                                                 !0
        109        DO_ICALL                                         $36     
        110        ASSIGN                                                   !1, $36
   48   111        ECHO                                                     '%3Cbr%3E'
   49   112        ECHO                                                     'SG+5%3A'
   50   113        ECHO                                                     !1
   51   114        ECHO                                                     'USER'
   46   115    >   INIT_FCALL                                               'feof'
        116        SEND_VAR                                                 !0
        117        DO_ICALL                                         $38     
        118        BOOL_NOT                                         ~39     $38
        119      > JMPNZ                                                    ~39, ->107
   53   120    >   INIT_FCALL                                               'fclose'
        121        SEND_VAR                                                 !0
        122        DO_ICALL                                                 
   54   123        INIT_FCALL                                               'fclose'
        124        SEND_VAR                                                 !0
        125        DO_ICALL                                                 
   55   126        INIT_FCALL                                               'fopen'
        127        SEND_VAL                                                 'http%3A%2F%2Fjp1.sukahativpn.tk%2Fonlineno.txt'
        128        SEND_VAL                                                 'r'
        129        DO_ICALL                                         $42     
        130        ASSIGN                                                   !0, $42
   56   131      > JMP                                                      ->140
   57   132    >   INIT_FCALL                                               'fgets'
        133        SEND_VAR                                                 !0
        134        DO_ICALL                                         $44     
        135        ASSIGN                                                   !1, $44
   58   136        ECHO                                                     '%3Cbr%3E'
   59   137        ECHO                                                     'JP+1%3A'
   60   138        ECHO                                                     !1
   61   139        ECHO                                                     'USER'
   56   140    >   INIT_FCALL                                               'feof'
        141        SEND_VAR                                                 !0
        142        DO_ICALL                                         $46     
        143        BOOL_NOT                                         ~47     $46
        144      > JMPNZ                                                    ~47, ->132
   63   145    >   INIT_FCALL                                               'fclose'
        146        SEND_VAR                                                 !0
        147        DO_ICALL                                                 
   67   148        ECHO                                                     '%3Cbr%3E'
   68   149        ECHO                                                     '%3Cbr%3E'
   69   150        FETCH_R                      global              ~49     '_SERVER'
        151        FETCH_DIM_R                                      ~50     ~49, 'REMOTE_ADDR'
        152        ASSIGN                                                   !2, ~50
   70   153        ECHO                                                     'IP+address+Anda'
   71   154        ECHO                                                     '%3Cbr%3E'
   72   155        ROPE_INIT                                     3  ~53     '%5B'
        156        ROPE_ADD                                      1  ~53     ~53, !2
        157        ROPE_END                                      2  ~52     ~53, '%5D'
        158        ECHO                                                     ~52
   73   159        ECHO                                                     '%3Cbr%3E'
        160      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
174.24 ms | 1408 KiB | 21 Q