Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: (null)
number of ops: 19
compiled vars: !0 = $a
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > NEW $1 'A'
1 NEW $2 'B'
2 SEND_VAL_EX null
3 DO_FCALL 0
4 SEND_VAR_NO_REF_EX $2
5 DO_FCALL 0
6 ASSIGN !0, $1
22 7 INIT_FCALL 'var_dump'
8 INIT_METHOD_CALL !0, 'b'
9 DO_FCALL 0 $6
10 INIT_METHOD_CALL $6, 'c'
11 DO_FCALL 0 $7
12 INIT_METHOD_CALL $7, 'd'
13 DO_FCALL 0 $8
14 COALESCE ~9 $8
15 QM_ASSIGN ~9 'boom%21'
16 SEND_VAL ~9
17 DO_ICALL
18 > RETURN 1
Class A:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: __construct
number of ops: 4
compiled vars: !0 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
1 ASSIGN_OBJ 'b'
2 OP_DATA !0
3 > RETURN null
End of function __construct
Function b:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: b
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > FETCH_OBJ_R ~0 'b'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function b
End of class A.
Class B:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: __construct
number of ops: 4
compiled vars: !0 = $c
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
1 ASSIGN_OBJ 'c'
2 OP_DATA !0
3 > RETURN null
End of function __construct
Function c:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: c
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > FETCH_OBJ_R ~0 'c'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function c
End of class B.
Class C:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: __construct
number of ops: 4
compiled vars: !0 = $d
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > RECV !0
1 ASSIGN_OBJ 'd'
2 OP_DATA !0
3 > RETURN null
End of function __construct
Function d:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qreRY
function name: d
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > FETCH_OBJ_R ~0 'd'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function d
End of class C.
Class D: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0