Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/BZfc8
function name: (null)
number of ops: 17
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > NEW $2 'A'
1 SEND_VAL_EX 1
2 DO_FCALL 0
3 ASSIGN !0, $2
12 4 NEW $5 'B'
5 SEND_VAL_EX 1
6 DO_FCALL 0
7 ASSIGN !1, $5
14 8 INIT_FCALL 'var_dump'
9 IS_SMALLER_OR_EQUAL ~8 !1, !0
10 SEND_VAL ~8
11 DO_ICALL
15 12 INIT_FCALL 'var_dump'
13 IS_SMALLER_OR_EQUAL ~10 !0, !1
14 SEND_VAL ~10
15 DO_ICALL
16 > RETURN 1
Class A:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/BZfc8
function name: __construct
number of ops: 2
compiled vars: !0 = $a
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 > RETURN null
End of function __construct
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/BZfc8
function name: __construct
number of ops: 2
compiled vars: !0 = $a
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > RECV !0
1 > RETURN null
End of function __construct
End of class B.
Generated using Vulcan Logic Dumper, using php 8.0.0