Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 5, Position 2 = 9
Branch analysis from position: 5
1 jumps found. (Code = 61) Position 1 = -2
Branch analysis from position: 9
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Zpgr8
function name: (null)
number of ops: 14
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
18 0 E > INIT_FCALL 'stream_filter_register'
1 SEND_VAL 'l33t_filter'
2 SEND_VAL 'l33t_filter'
3 DO_ICALL $0
4 > JMPNZ_EX ~1 $0, ->9
5 > > INIT_FCALL 'exit'
6* SEND_VAL 'Failed+to+register+filter+Markdown'
7* DO_ICALL $2
8* BOOL ~1 $2
20 9 > INIT_FCALL 'file_put_contents'
10 SEND_VAL 'php%3A%2F%2Ffilter%2Fl33t_filter%2Fresource%3Dphp%3A%2F%2Foutput'
11 SEND_VAL 'Salut+%C3%A7a+va%3F'
12 DO_ICALL
13 > RETURN 1
Class l33t_filter:
Function filter:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 42) Position 1 = 18
Branch analysis from position: 18
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 7
Branch analysis from position: 23
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 7
2 jumps found. (Code = 44) Position 1 = 23, Position 2 = 7
Branch analysis from position: 23
Branch analysis from position: 7
filename: /in/Zpgr8
function name: filter
number of ops: 25
compiled vars: !0 = $in, !1 = $out, !2 = $consumed, !3 = $closing, !4 = $common, !5 = $leet, !6 = $bucket
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
7 4 ASSIGN !4, <array>
8 5 ASSIGN !5, <array>
10 6 > JMP ->18
11 7 > FETCH_OBJ_R ~10 !6, 'data'
8 FRAMELESS_ICALL_3 str_replace ~11 !4, !5
9 OP_DATA ~10
10 ASSIGN_OBJ !6, 'data'
11 OP_DATA ~11
12 12 FETCH_OBJ_R ~12 !6, 'datalen'
13 ASSIGN_OP 1 !2, ~12
13 14 INIT_FCALL 'stream_bucket_append'
15 SEND_VAR !1
16 SEND_VAR !6
17 DO_ICALL
10 18 > INIT_FCALL 'stream_bucket_make_writeable'
19 SEND_VAR !0
20 DO_ICALL $15
21 ASSIGN ~16 !6, $15
22 > JMPNZ ~16, ->7
15 23 > > RETURN 2
16 24* > RETURN null
End of function filter
End of class l33t_filter.
Generated using Vulcan Logic Dumper, using php 8.5.0