Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 35
Branch analysis from position: 35
2 jumps found. (Code = 44) Position 1 = 37, Position 2 = 8
Branch analysis from position: 37
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 30
Branch analysis from position: 25
1 jumps found. (Code = 42) Position 1 = 33
Branch analysis from position: 33
2 jumps found. (Code = 44) Position 1 = 37, Position 2 = 8
Branch analysis from position: 37
Branch analysis from position: 8
Branch analysis from position: 30
2 jumps found. (Code = 44) Position 1 = 37, Position 2 = 8
Branch analysis from position: 37
Branch analysis from position: 8
filename: /in/RjfiN
function name: (null)
number of ops: 38
compiled vars: !0 = $txt, !1 = $i, !2 = $match
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > INIT_FCALL 'str_repeat'
1 SEND_VAL '.dog.cat'
2 SEND_VAL 815
3 DO_ICALL $3
4 CONCAT ~4 'dog.cat', $3
5 ASSIGN !0, ~4
5 6 ASSIGN !1, 0
7 > JMP ->35
6 8 > ASSIGN_OP 8 !0, '.dog.cat'
7 9 INIT_FCALL 'explode'
10 SEND_VAL '.'
11 SEND_VAR !0
12 DO_ICALL $8
13 COUNT ~9 $8
14 CONCAT ~10 ~9, '%0A'
15 ECHO ~10
8 16 STRLEN ~11 !0
17 CONCAT ~12 ~11, '%0A'
18 ECHO ~12
9 19 INIT_FCALL 'preg_match'
20 SEND_VAL '%2F%5Ba-z%5D%2B%28%5C.%5Ba-z%5D%2B%29%2A%2Fi'
21 SEND_VAR !0
22 SEND_REF !2
23 DO_ICALL $13
24 > JMPZ $13, ->30
10 25 > FETCH_DIM_R ~14 !2, 0
26 STRLEN ~15 ~14
27 CONCAT ~16 'A+match+was+found.', ~15
28 ECHO ~16
9 29 > JMP ->33
12 30 > INIT_FCALL 'preg_last_error'
31 DO_ICALL $17
32 ECHO $17
14 33 > ECHO '%0A---%0A'
5 34 PRE_INC !1
35 > IS_SMALLER !1, 5
36 > JMPNZ ~19, ->8
15 37 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0