Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 2, Position 2 = 37
Branch analysis from position: 2
2 jumps found. (Code = 78) Position 1 = 3, Position 2 = 37
Branch analysis from position: 3
1 jumps found. (Code = 42) Position 1 = 2
Branch analysis from position: 2
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 37
filename: /in/2EqHW
function name: (null)
number of ops: 39
compiled vars: !0 = $lines, !1 = $line, !2 = $type, !3 = $matches, !4 = $slash, !5 = $elem, !6 = $attrlist
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
28 1 > FE_RESET_R $8 !0, ->37
2 > > FE_FETCH_R ~9 $8, !1, ->37
3 > ASSIGN !2, ~9
29 4 INIT_FCALL 'preg_match'
5 SEND_VAL '%25%5E%3C%5Cs%2A%28%2F%5Cs%2A%29%3F%28%28%3F%3Aesi%3A%29%3F%5Ba-zA-Z0-9-%5D%2B%29%28%5B%5E%3E%5D%2A%29%3E%3F%24%25'
6 SEND_VAR !1
7 SEND_REF !3
8 DO_ICALL
31 9 FETCH_DIM_R ~12 !3, 1
10 FRAMELESS_ICALL_1 trim ~13 ~12
11 ASSIGN !4, ~13
32 12 FETCH_DIM_R ~15 !3, 2
13 ASSIGN !5, ~15
33 14 FETCH_DIM_R ~17 !3, 3
15 ASSIGN !6, ~17
35 16 NOP
17 FAST_CONCAT ~19 !2, '%3A%0A'
18 ECHO ~19
36 19 ROPE_INIT 3 ~21 'Original%3A++%27'
20 ROPE_ADD 1 ~21 ~21, !1
21 ROPE_END 2 ~20 ~21, '%27%0A'
22 ECHO ~20
37 23 ROPE_INIT 3 ~24 'Slash%3A+++++%27'
24 ROPE_ADD 1 ~24 ~24, !4
25 ROPE_END 2 ~23 ~24, '%27%0A'
26 ECHO ~23
38 27 ROPE_INIT 3 ~27 'Elem%3A++++++%27'
28 ROPE_ADD 1 ~27 ~27, !5
29 ROPE_END 2 ~26 ~27, '%27%0A'
30 ECHO ~26
39 31 ROPE_INIT 3 ~30 'Attr+List%3A+%27'
32 ROPE_ADD 1 ~30 ~30, !6
33 ROPE_END 2 ~29 ~30, '%27%0A'
34 ECHO ~29
40 35 ECHO '%0A'
28 36 > JMP ->2
37 > FE_FREE $8
41 38 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0