Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ufmTs
function name: (null)
number of ops: 21
compiled vars: !0 = $txt, !1 = $word, !2 = $txtArr, !3 = $i
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 'Lorem+ipsum+dolor+sit+amet%2C+consetetur+sadipscing+elitr%2C+sed+diam.'
4 1 ASSIGN !1, 'ipsum'
5 2 INIT_FCALL 'explode'
3 SEND_VAL '+'
4 SEND_VAR !0
5 DO_ICALL $6
6 ASSIGN !2, $6
6 7 INIT_FCALL 'array_search'
8 SEND_VAR !1
9 SEND_VAR !2
10 DO_ICALL $8
11 ASSIGN !3, $8
7 12 ADD ~10 !3, 2
13 UNSET_DIM !2, ~10
8 14 ADD ~11 !3, 1
15 UNSET_DIM !2, ~11
9 16 INIT_FCALL 'var_dump'
17 FRAMELESS_ICALL_2 implode ~12 '+', !2
18 SEND_VAL ~12
19 DO_ICALL
20 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0