Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 48
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 48
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 48
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 48
filename: /in/lvVar
function name: (null)
number of ops: 50
compiled vars: !0 = $strings, !1 = $string, !2 = $splitByDoubleSpace, !3 = $address, !4 = $splitBySingleSpace, !5 = $postalCode, !6 = $city
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, <array>
8 1 > FE_RESET_R $8 !0, ->48
2 > > FE_FETCH_R $8, !1, ->48
9 3 > INIT_FCALL 'explode'
4 SEND_VAL '++'
5 SEND_VAR !1
6 DO_ICALL $9
7 ASSIGN !2, $9
10 8 FETCH_DIM_R ~11 !2, 0
9 ASSIGN !3, ~11
11 10 INIT_FCALL 'explode'
11 SEND_VAL '+'
12 FETCH_DIM_R ~13 !2, 1
13 SEND_VAL ~13
14 DO_ICALL $14
15 ASSIGN !4, $14
12 16 FETCH_DIM_R ~16 !4, 0
17 ASSIGN !5, ~16
13 18 INIT_FCALL 'implode'
19 SEND_VAL '+'
20 INIT_FCALL 'array_slice'
21 SEND_VAR !4
22 SEND_VAL 1
23 DO_ICALL $18
24 SEND_VAR $18
25 DO_ICALL $19
26 ASSIGN !6, $19
15 27 INIT_FCALL 'sprintf'
16 28 SEND_VAL 'Address%3A+%25sPostal+code%3A+%25sCity%3A+%25s'
17 29 FETCH_DIM_R ~21 !2, 0
30 CONCAT ~22 ~21, '%0A'
31 SEND_VAL ~22
18 32 FETCH_DIM_R ~23 !4, 0
33 CONCAT ~24 ~23, '%0A'
34 SEND_VAL ~24
19 35 INIT_FCALL 'implode'
36 SEND_VAL '+'
37 INIT_FCALL 'array_slice'
38 SEND_VAR !4
39 SEND_VAL 1
40 DO_ICALL $25
41 SEND_VAR $25
42 DO_ICALL $26
43 CONCAT ~27 $26, '%0A'
44 SEND_VAL ~27
15 45 DO_ICALL $28
19 46 ECHO $28
8 47 > JMP ->2
48 > FE_FREE $8
21 49 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0