Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dmIrr
function name: (null)
number of ops: 28
compiled vars: !0 = $first_name, !1 = $last_name, !2 = $phone_number, !3 = $form_data
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '%7B%22first_name%22+%3A+%22Parag%22%7D'
3 1 ASSIGN !1, '%7B%22last_name%22+%3A+%22Tyagi%22%7D'
4 2 ASSIGN !2, '%7B%22phone_number%22+%3A+%229999999999%22%7D'
6 3 INIT_FCALL 'json_decode'
4 SEND_VAR !0
5 SEND_VAL <true>
6 DO_ICALL $8
7 FETCH_DIM_R ~9 $8, 'first_name'
8 ASSIGN_DIM !3, 'firstname'
9 OP_DATA ~9
7 10 INIT_FCALL 'json_decode'
11 SEND_VAR !1
12 SEND_VAL <true>
13 DO_ICALL $11
14 FETCH_DIM_R ~12 $11, 'last_name'
15 ASSIGN_DIM !3, 'lastname'
16 OP_DATA ~12
8 17 INIT_FCALL 'json_decode'
18 SEND_VAR !2
19 SEND_VAL <true>
20 DO_ICALL $14
21 FETCH_DIM_R ~15 $14, 'phone_number'
22 ASSIGN_DIM !3, 'number'
23 OP_DATA ~15
10 24 INIT_FCALL 'print_r'
25 SEND_VAR !3
26 DO_ICALL
27 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0