Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 15, Position 2 = 33
Branch analysis from position: 15
2 jumps found. (Code = 78) Position 1 = 16, Position 2 = 33
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 33
filename: /in/rd5tf
function name: (null)
number of ops: 35
compiled vars: !0 = $urls, !1 = $format, !2 = $url
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
4 1 ASSIGN !1, '%25-17s+%25-20s+%25s%0A'
6 2 INIT_FCALL 'printf'
3 SEND_VAR !1
4 SEND_VAL '%24url'
5 SEND_VAL 'basename%28%24url%29'
6 SEND_VAL 'substr%28strrchr%28%22%2F%24url%22%2C+%22%2F%22%29%2C+1%29'
7 DO_ICALL
7 8 INIT_FCALL 'str_repeat'
9 SEND_VAL '-'
10 SEND_VAL 80
11 DO_ICALL $6
12 ECHO $6
13 ECHO '%0A'
9 14 > FE_RESET_R $7 !0, ->33
15 > > FE_FETCH_R $7, !2, ->33
10 16 > INIT_FCALL 'printf'
17 SEND_VAR !1
18 SEND_VAR !2
19 INIT_FCALL 'basename'
20 SEND_VAR !2
21 DO_ICALL $8
22 SEND_VAR $8
23 INIT_FCALL 'strrchr'
24 NOP
25 FAST_CONCAT ~9 '%2F', !2
26 SEND_VAL ~9
27 SEND_VAL '%2F'
28 DO_ICALL $10
29 FRAMELESS_ICALL_2 substr ~11 $10, 1
30 SEND_VAL ~11
31 DO_ICALL
9 32 > JMP ->15
33 > FE_FREE $7
11 34 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0