Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eTrhZ
function name: (null)
number of ops: 16
compiled vars: !0 = $someClass
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > NEW $1 'SomeClass'
1 DO_FCALL 0
2 ASSIGN !0, $1
18 3 INIT_FCALL 'var_dump'
4 INIT_METHOD_CALL !0, 'away'
5 DO_FCALL 0 $4
6 SEND_VAR $4
7 DO_ICALL
20 8 INIT_METHOD_CALL !0, 'go'
9 DO_FCALL 0
22 10 INIT_FCALL 'var_dump'
11 INIT_METHOD_CALL !0, 'away'
12 DO_FCALL 0 $7
13 SEND_VAR $7
14 DO_ICALL
15 > RETURN 1
Class SomeClass:
Function go:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eTrhZ
function name: go
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > ASSIGN_OBJ 'item'
1 OP_DATA 1
8 2 > RETURN null
End of function go
Function away:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/eTrhZ
function name: away
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > FETCH_OBJ_R ~0 'item'
1 > RETURN ~0
13 2* > RETURN null
End of function away
End of class SomeClass.
Generated using Vulcan Logic Dumper, using php 8.0.0