Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/MnFQD
function name: (null)
number of ops: 1
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > > RETURN 1
Class BaseResult:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/MnFQD
function name: __construct
number of ops: 7
compiled vars: !0 = $connID, !1 = $resultID
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 RECV !1
2 ASSIGN_OBJ 'connID'
3 OP_DATA !0
4 ASSIGN_OBJ 'resultID'
5 OP_DATA !1
5 6 > RETURN null
End of function __construct
End of class BaseResult.
Class MyBaseResult:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/MnFQD
function name: __construct
number of ops: 7
compiled vars: !0 = $connID, !1 = $resultID
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > RECV !0
1 RECV !1
12 2 ASSIGN_OBJ 'connID'
3 OP_DATA !0
13 4 ASSIGN_OBJ 'resultID'
5 OP_DATA !1
14 6 > RETURN null
End of function __construct
Function test:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/MnFQD
function name: test
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
18 0 E > FETCH_OBJ_R ~0 'connID'
1 > RETURN ~0
19 2* > RETURN null
End of function test
End of class MyBaseResult.
Generated using Vulcan Logic Dumper, using php 8.0.0