Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 125) Position 1 = 8, Position 2 = 14
Branch analysis from position: 8
2 jumps found. (Code = 126) Position 1 = 9, Position 2 = 14
Branch analysis from position: 9
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 13
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 8
Branch analysis from position: 8
Branch analysis from position: 13
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename: /in/hmSr7
function name: (null)
number of ops: 21
compiled vars: !0 = $str, !1 = $find, !2 = $arr, !3 = $line, !4 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'Matt+Person+emailaddr%40email.com%0AJohn+doe+doesoe%40gmail%0AMatt+Person+emailaddr%40email.com%0ATrump+donald%40whitehouse'
8 1 ASSIGN !1, 'Matt+Person+emailaddr%40email.com'
10 2 INIT_FCALL 'explode'
3 SEND_VAL '%0A'
4 SEND_VAR !0
5 DO_ICALL $7
6 ASSIGN !2, $7
12 7 > FE_RESET_RW $9 !2, ->14
8 > > FE_FETCH_RW ~10 $9, !3, ->14
9 > ASSIGN !4, ~10
14 10 IS_EQUAL !3, !1
11 > JMPZ ~12, ->13
15 12 > UNSET_DIM !2, !4
12 13 > > JMP ->8
14 > FE_FREE $9
18 15 INIT_FCALL 'implode'
16 SEND_VAL '%0A'
17 SEND_VAR !2
18 DO_ICALL $13
19 ECHO $13
20 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0