Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/dv6Cn
function name: (null)
number of ops: 19
compiled vars: !0 = $url, !1 = $path, !2 = $parts, !3 = $section, !4 = $ending
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, 'http%3A%2F%2Fwww.example.de%2Fdashboard%2F2%2F'
4 1 INIT_FCALL 'parse_url'
2 SEND_VAR !0
3 SEND_VAL 5
4 DO_ICALL $6
5 ASSIGN !1, $6
5 6 INIT_FCALL 'explode'
7 SEND_VAL '%2F'
8 SEND_VAR !1
9 DO_ICALL $8
10 ASSIGN !2, $8
6 11 FETCH_DIM_R ~10 !2, 1
12 ASSIGN !3, ~10
7 13 FETCH_DIM_R ~12 !2, 2
14 ASSIGN !4, ~12
9 15 ECHO !3
16 ECHO '%2F'
17 ECHO !4
10 18 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0