Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/E6G8f
function name: (null)
number of ops: 37
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
10 0 E > NEW $2 'A'
1 SEND_VAL_EX 'b'
2 SEND_VAL_EX 'a'
3 DO_FCALL 0
4 ASSIGN !0, $2
11 5 NEW $5 'A'
6 SEND_VAL_EX 'a'
7 SEND_VAL_EX 'b'
8 DO_FCALL 0
9 ASSIGN !1, $5
13 10 INIT_FCALL 'var_dump'
11 SPACESHIP ~8 !0, !1
12 SEND_VAL ~8
13 DO_ICALL
14 14 INIT_FCALL 'var_dump'
15 SPACESHIP ~10 !1, !0
16 SEND_VAL ~10
17 DO_ICALL
23 18 NEW $12 'B'
19 SEND_VAL_EX 'b'
20 SEND_VAL_EX 'a'
21 DO_FCALL 0
22 ASSIGN !0, $12
24 23 NEW $15 'B'
24 SEND_VAL_EX 'a'
25 SEND_VAL_EX 'b'
26 DO_FCALL 0
27 ASSIGN !1, $15
27 28 INIT_FCALL 'var_dump'
29 SPACESHIP ~18 !0, !1
30 SEND_VAL ~18
31 DO_ICALL
28 32 INIT_FCALL 'var_dump'
33 SPACESHIP ~20 !1, !0
34 SEND_VAL ~20
35 DO_ICALL
36 > RETURN 1
Class A:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/E6G8f
function name: __construct
number of ops: 7
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > RECV !0
6 1 RECV !1
5 2 ASSIGN_OBJ 'a'
3 OP_DATA !0
6 4 ASSIGN_OBJ 'b'
5 OP_DATA !1
7 6 > 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/E6G8f
function name: __construct
number of ops: 7
compiled vars: !0 = $b, !1 = $a
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
18 0 E > RECV !0
19 1 RECV !1
18 2 ASSIGN_OBJ 'b'
3 OP_DATA !0
19 4 ASSIGN_OBJ 'a'
5 OP_DATA !1
20 6 > RETURN null
End of function __construct
End of class B.
Generated using Vulcan Logic Dumper, using php 8.5.0