Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/S5ToL
function name: (null)
number of ops: 9
compiled vars: !0 = $obj
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > NEW $1 'A'
1 SEND_VAL_EX 'test'
2 DO_FCALL 0
3 ASSIGN !0, $1
17 4 FETCH_CLASS 0 $4 !0
5 INIT_STATIC_METHOD_CALL $4, 'getVar'
6 SEND_VAR_EX !0
7 DO_FCALL 0
8 > RETURN 1
Class A:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/S5ToL
function name: __construct
number of ops: 4
compiled vars: !0 = $var
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > RECV !0
7 1 ASSIGN_OBJ 'var'
2 OP_DATA !0
8 3 > RETURN null
End of function __construct
Function getvar:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/S5ToL
function name: getVar
number of ops: 4
compiled vars: !0 = $obj
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > RECV !0
11 1 FETCH_OBJ_R ~1 !0, 'var'
2 ECHO ~1
12 3 > RETURN null
End of function getvar
End of class A.
Generated using Vulcan Logic Dumper, using php 8.0.0