Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/InupU
function name: (null)
number of ops: 18
compiled vars: !0 = $emp
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > NEW $1 'Employee'
1 DO_FCALL 0
2 ASSIGN !0, $1
16 3 ASSIGN_OBJ !0, 'name'
4 OP_DATA 'ABCD'
17 5 ASSIGN_OBJ !0, 'age_tmp'
6 OP_DATA 30
18 7 ASSIGN_OBJ !0, 'id'
8 OP_DATA 101
19 9 ASSIGN_OBJ !0, 'salary'
10 OP_DATA 20000
21 11 FETCH_OBJ_R ~8 !0, 'name'
12 CONCAT ~9 '%3Cbr%2F%3E+Name+%3A+', ~8
13 ECHO ~9
22 14 FETCH_OBJ_R ~10 !0, 'age_tmp'
15 CONCAT ~11 '%3Cbr%2F%3E+Age+%3A+', ~10
16 ECHO ~11
24 17 > RETURN 1
Class Person: [no user functions]
Class Employee: [no user functions]
Generated using Vulcan Logic Dumper, using php 8.0.0