Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 3
Branch analysis from position: 20
2 jumps found. (Code = 77) Position 1 = 21, Position 2 = 32
Branch analysis from position: 21
2 jumps found. (Code = 78) Position 1 = 22, Position 2 = 32
Branch analysis from position: 22
1 jumps found. (Code = 42) Position 1 = 21
Branch analysis from position: 21
Branch analysis from position: 32
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 32
Branch analysis from position: 3
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 10
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 20, Position 2 = 3
Branch analysis from position: 20
Branch analysis from position: 3
Branch analysis from position: 10
filename: /in/Rmct2
function name: (null)
number of ops: 34
compiled vars: !0 = $movies, !1 = $movie_genres, !2 = $row, !3 = $genres, !4 = $title
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
12 1 ASSIGN !1, <array>
13 2 > JMP ->15
14 3 > FETCH_DIM_R ~7 !2, 'title'
4 ISSET_ISEMPTY_DIM_OBJ 0 ~8 !1, ~7
5 BOOL_NOT ~9 ~8
6 > JMPZ ~9, ->10
15 7 > FETCH_DIM_R ~10 !2, 'title'
8 ASSIGN_DIM !1, ~10
9 OP_DATA <array>
17 10 > FETCH_DIM_R ~12 !2, 'title'
11 FETCH_DIM_R ~15 !2, 'genre'
12 FETCH_DIM_W $13 !1, ~12
13 ASSIGN_DIM $13
14 OP_DATA ~15
13 15 > INIT_FCALL 'next'
16 SEND_REF !0
17 DO_ICALL $16
18 ASSIGN ~17 !2, $16
19 > JMPNZ ~17, ->3
20 20 > > FE_RESET_R $18 !1, ->32
21 > > FE_FETCH_R ~19 $18, !3, ->32
22 > ASSIGN !4, ~19
21 23 CONCAT ~21 !4, '%3A+'
24 INIT_FCALL 'implode'
25 SEND_VAL '%2C+'
26 SEND_VAR !3
27 DO_ICALL $22
28 CONCAT ~23 ~21, $22
29 CONCAT ~24 ~23, '%0A'
30 ECHO ~24
20 31 > JMP ->21
32 > FE_FREE $18
22 33 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0