3v4l.org

run code in 300+ PHP versions simultaneously
<?php session_start(); class metodoClass{ public $usuario; public function __construct() { $this->usuario = $_SESSION["Usuario"]; } }
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QX6Ea
function name:  (null)
number of ops:  3
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
    3     0  E >   INIT_FCALL                                               'session_start'
          1        DO_ICALL                                                 
   13     2      > RETURN                                                   1

Class metodoClass:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename:       /in/QX6Ea
function name:  __construct
number of ops:  5
compiled vars:  none
line      #* E I O op                           fetch          ext  return  operands
-------------------------------------------------------------------------------------
   10     0  E >   FETCH_R                      global              ~1      '_SESSION'
          1        FETCH_DIM_R                                      ~2      ~1, 'Usuario'
          2        ASSIGN_OBJ                                               'usuario'
          3        OP_DATA                                                  ~2
   11     4      > RETURN                                                   null

End of function __construct

End of class metodoClass.

Generated using Vulcan Logic Dumper, using php 8.0.0


preferences:
173.35 ms | 1404 KiB | 15 Q