Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/E8smB
function name: (null)
number of ops: 32
compiled vars: !0 = $example, !1 = $json, !2 = $decoded_json, !3 = $stripped, !4 = $decoded_stripped
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
4 1 INIT_FCALL 'json_encode'
2 SEND_VAR !0
3 DO_ICALL $6
4 ASSIGN !1, $6
6 5 ROPE_INIT 3 ~9 'JSON%3A+'
6 ROPE_ADD 1 ~9 ~9, !1
7 ROPE_END 2 ~8 ~9, '%0A'
8 ECHO ~8
8 9 INIT_FCALL 'json_decode'
10 SEND_VAR !1
11 DO_ICALL $11
12 ASSIGN !2, $11
9 13 INIT_FCALL 'var_dump'
14 SEND_VAR !2
15 DO_ICALL
11 16 INIT_FCALL 'stripslashes'
17 SEND_VAR !1
18 DO_ICALL $14
19 ASSIGN !3, $14
13 20 ROPE_INIT 3 ~17 'Stripped%3A+'
21 ROPE_ADD 1 ~17 ~17, !3
22 ROPE_END 2 ~16 ~17, '%0A'
23 ECHO ~16
15 24 INIT_FCALL 'json_decode'
25 SEND_VAR !3
26 DO_ICALL $19
27 ASSIGN !4, $19
16 28 INIT_FCALL 'var_dump'
29 SEND_VAR !4
30 DO_ICALL
31 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0