Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 38
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 38
Branch analysis from position: 4
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 23
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 23
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 23
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 23
Branch analysis from position: 38
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 38
filename: /in/FQHQi
function name: (null)
number of ops: 45
compiled vars: !0 = $array, !1 = $output, !2 = $cities_points, !3 = $country, !4 = $count, !5 = $sum, !6 = $items, !7 = $point, !8 = $city
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
15 1 ASSIGN !1, <array>
16 2 > FE_RESET_R $11 !0, ->38
3 > > FE_FETCH_R ~12 $11, !2, ->38
4 > ASSIGN !3, ~12
17 5 COUNT ~14 !2
6 ASSIGN !4, ~14
20 7 INIT_FCALL 'array_sum'
8 SEND_VAR !2
9 DO_ICALL $16
10 ASSIGN !5, $16
23 11 ASSIGN !6, <array>
24 12 > FE_RESET_R $19 !2, ->23
13 > > FE_FETCH_R ~20 $19, !7, ->23
14 > ASSIGN !8, ~20
25 15 INIT_FCALL 'sprintf'
16 SEND_VAL '%251%24s+%28%252%24d%29'
17 SEND_VAR !8
18 SEND_VAR !7
19 DO_ICALL $23
20 ASSIGN_DIM !6
21 OP_DATA $23
24 22 > JMP ->13
23 > FE_FREE $19
29 24 INIT_FCALL 'sprintf'
25 SEND_VAL '%251%24s+%28%252%24dx%7C%253%24d%29+-+%254%24s'
26 SEND_VAR !3
27 SEND_VAR !4
28 SEND_VAR !5
29 INIT_FCALL 'implode'
30 SEND_VAL '%2C+'
31 SEND_VAR !6
32 DO_ICALL $25
33 SEND_VAR $25
34 DO_ICALL $26
35 ASSIGN_DIM !1
36 OP_DATA $26
16 37 > JMP ->3
38 > FE_FREE $11
32 39 INIT_FCALL 'implode'
40 SEND_VAL '%0A'
41 SEND_VAR !1
42 DO_ICALL $27
43 ECHO $27
44 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0