3v4l.org

run code in 300+ PHP versions simultaneously
<?php $_SESSION['userid']=$row['userid']; $_SESSION['username'] = $row['username']; $_SESSION['useremail'] = $row['useremail']; $_SESSION['role'] = $row['role'];
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/T086F
function name:  (null)
number of ops:  17
compiled vars:  !0 = $row
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   FETCH_DIM_R                                      ~3      !0, 'userid'
          1        FETCH_W                      global              $1      '_SESSION'
          2        ASSIGN_DIM                                               $1, 'userid'
          3        OP_DATA                                                  ~3
    4     4        FETCH_DIM_R                                      ~6      !0, 'username'
          5        FETCH_W                      global              $4      '_SESSION'
          6        ASSIGN_DIM                                               $4, 'username'
          7        OP_DATA                                                  ~6
    5     8        FETCH_DIM_R                                      ~9      !0, 'useremail'
          9        FETCH_W                      global              $7      '_SESSION'
         10        ASSIGN_DIM                                               $7, 'useremail'
         11        OP_DATA                                                  ~9
    6    12        FETCH_DIM_R                                      ~12     !0, 'role'
         13        FETCH_W                      global              $10     '_SESSION'
         14        ASSIGN_DIM                                               $10, 'role'
         15        OP_DATA                                                  ~12
         16      > RETURN                                                   1

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
147.32 ms | 1001 KiB | 13 Q