Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/12HTW
function name: (null)
number of ops: 27
compiled vars: !0 = $json, !1 = $resObj
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '%7B%0A%22user%22%3A+%7B%0A++++%22personal_info%22%3A+%7B%0A++++++++%22name%22%3A+%22XYZ%22%2C%0A++++++++%22State%22%3A+%22CA%22%2C%0A++++++++%22pincode%22%3A+%2212345%22%0A++++%7D%2C%0A++++%22private_info%22%3A+%7B%0A++++++++%22likes%22%3A+%22Sushi%22%2C%0A++++++++%22dislikes%22%3A+%22Curry%22%0A++++%7D%0A%7D%0A%7D'
15 1 ECHO 'As+Object%0A'
16 2 INIT_FCALL 'json_decode'
3 SEND_VAR !0
4 DO_ICALL $3
5 ASSIGN !1, $3
17 6 INIT_FCALL 'var_dump'
7 SEND_VAR !1
8 FETCH_OBJ_R ~5 !1, 'user'
9 FETCH_OBJ_R ~6 ~5, 'personal_info'
10 FETCH_OBJ_R ~7 ~6, 'pincode'
11 SEND_VAL ~7
12 DO_ICALL
18 13 ECHO '%0A%0AAs+Associative+Array%0A'
19 14 INIT_FCALL 'json_decode'
15 SEND_VAR !0
16 SEND_VAL <true>
17 DO_ICALL $9
18 ASSIGN !1, $9
20 19 INIT_FCALL 'var_dump'
20 SEND_VAR !1
21 FETCH_DIM_R ~11 !1, 'user'
22 FETCH_DIM_R ~12 ~11, 'personal_info'
23 FETCH_DIM_R ~13 ~12, 'pincode'
24 SEND_VAL ~13
25 DO_ICALL
26 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0