Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oPvg6
function name: (null)
number of ops: 1
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
33 0 E > > RETURN 1
Class Statusable:
Function setstatus:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
1 jumps found. (Code = 108) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oPvg6
function name: setStatus
number of ops: 13
compiled vars: !0 = $status
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > RECV !0
17 1 FETCH_OBJ_IS ~1 'statuses'
2 ISSET_ISEMPTY_DIM_OBJ 0 ~2 ~1, !0
3 BOOL_NOT ~3 ~2
4 > JMPZ ~3, ->9
18 5 > NEW $4 'InvalidArgumentException'
6 SEND_VAL_EX 'Invalid+status'
7 DO_FCALL 0
8 > THROW 0 $4
21 9 > CAST 4 ~7 !0
10 ASSIGN_OBJ 'status'
11 OP_DATA ~7
22 12 > RETURN null
End of function setstatus
Function getstatus:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oPvg6
function name: getStatus
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
26 0 E > FETCH_OBJ_R ~0 'status'
1 > RETURN ~0
27 2* > RETURN null
End of function getstatus
Function getstatusstring:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oPvg6
function name: getStatusString
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
31 0 E > FETCH_OBJ_R ~1 'status'
1 FETCH_OBJ_R ~0 'statuses'
2 FETCH_DIM_R ~2 ~0, ~1
3 > RETURN ~2
32 4* > RETURN null
End of function getstatusstring
End of class Statusable.
Generated using Vulcan Logic Dumper, using php 8.0.0