Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WCQRP
function name: (null)
number of ops: 19
compiled vars: !0 = $a, !1 = $b, !2 = $c
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ECHO 'Using+plain+class%0A'
6 1 NEW $3 'A'
2 DO_FCALL 0
3 ASSIGN !0, $3
7 4 ASSIGN_OBJ !0, 'foo'
5 OP_DATA 'bar'
9 6 ECHO 'Extending+from+stdClass%0A'
12 7 NEW $7 'B'
8 DO_FCALL 0
9 ASSIGN !1, $7
13 10 ASSIGN_OBJ !1, 'foo'
11 OP_DATA 'bar'
15 12 ECHO 'Using+PHP+attribute%0A'
20 13 NEW $11 'C'
14 DO_FCALL 0
15 ASSIGN !2, $11
21 16 ASSIGN_OBJ !2, 'foo'
17 OP_DATA 'bar'
18 > RETURN 1
Class A: [no user functions]
Class B: [no user functions]
Class C: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0