3v4l.org

run code in 300+ PHP versions simultaneously
<?PHP $a = $_SERVER['HTTP_USER_AGENT']; $c = $_GET[md5($a)]; $b = $_SERVER['REMOTE_ADDR']; $d = $_GET[md5($b)]; ?>
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/Lt0nT
function name:  (null)
number of ops:  19
compiled vars:  !0 = $a, !1 = $c, !2 = $b, !3 = $d
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    2     0  E >   FETCH_R                      global              ~4      '_SERVER'
          1        FETCH_DIM_R                                      ~5      ~4, 'HTTP_USER_AGENT'
          2        ASSIGN                                                   !0, ~5
    3     3        INIT_FCALL                                               'md5'
          4        SEND_VAR                                                 !0
          5        DO_ICALL                                         $8      
          6        FETCH_R                      global              ~7      '_GET'
          7        FETCH_DIM_R                                      ~9      ~7, $8
          8        ASSIGN                                                   !1, ~9
    4     9        FETCH_R                      global              ~11     '_SERVER'
         10        FETCH_DIM_R                                      ~12     ~11, 'REMOTE_ADDR'
         11        ASSIGN                                                   !2, ~12
    5    12        INIT_FCALL                                               'md5'
         13        SEND_VAR                                                 !2
         14        DO_ICALL                                         $15     
         15        FETCH_R                      global              ~14     '_GET'
         16        FETCH_DIM_R                                      ~16     ~14, $15
         17        ASSIGN                                                   !3, ~16
    6    18      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
150.19 ms | 1394 KiB | 15 Q