Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ip6GN
function name: (null)
number of ops: 39
compiled vars: !0 = $v
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'json_decode'
1 SEND_VAL '%5B%7B%22id%22%3A%221%22%2C%22name%22%3A%22Jack%22%2C%22username%22%3A%22Jack1%22%2C%22age%22%3A%2223%22%7D%5D'
2 DO_ICALL $1
3 ASSIGN !0, $1
5 4 ECHO 'Normal%3A%0A'
6 5 INIT_FCALL 'json_encode'
6 SEND_VAR !0
7 DO_ICALL $3
8 CONCAT ~4 $3, '%0A'
9 CONCAT ~5 ~4, '%0A'
10 ECHO ~5
7 11 ECHO 'Force+Object+and+Numeric+Check%3A%0A'
8 12 INIT_FCALL 'json_encode'
13 SEND_VAR !0
14 SEND_VAL 48
15 DO_ICALL $6
16 CONCAT ~7 $6, '%0A'
17 CONCAT ~8 ~7, '%0A'
18 ECHO ~8
10 19 ECHO 'Normal+reset%3A%0A'
11 20 INIT_FCALL 'json_encode'
21 INIT_FCALL 'reset'
22 SEND_REF !0
23 DO_ICALL $9
24 SEND_VAR $9
25 DO_ICALL $10
26 CONCAT ~11 $10, '%0A'
27 CONCAT ~12 ~11, '%0A'
28 ECHO ~12
12 29 ECHO 'Force+Object+and+Numeric+Check+reset%3A%0A'
13 30 INIT_FCALL 'json_encode'
31 INIT_FCALL 'reset'
32 SEND_REF !0
33 DO_ICALL $13
34 SEND_VAR $13
35 SEND_VAL 48
36 DO_ICALL $14
37 ECHO $14
38 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0