Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 4, Position 2 = 33
Branch analysis from position: 4
2 jumps found. (Code = 78) Position 1 = 5, Position 2 = 33
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 16
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 32
Branch analysis from position: 32
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 4
Branch analysis from position: 4
Branch analysis from position: 33
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 33
filename: /in/V8uAE
function name: (null)
number of ops: 38
compiled vars: !0 = $array, !1 = $result, !2 = $currentGenus, !3 = $line, !4 = $firstWord
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
39 1 ASSIGN !1, <array>
40 2 ASSIGN !2, null
41 3 > FE_RESET_R $8 !0, ->33
4 > > FE_FETCH_R $8, !3, ->33
42 5 > FRAMELESS_ICALL_3 strstr ~9 !3, '+'
6 OP_DATA <true>
7 ASSIGN !4, ~9
43 8 INIT_FCALL 'ctype_upper'
9 SEND_VAR !4
10 DO_ICALL $11
11 > JMPZ $11, ->16
44 12 > ASSIGN !2, !4
45 13 ASSIGN_DIM !1
14 OP_DATA !4
43 15 > JMP ->32
47 16 > INIT_FCALL 'ucfirst'
17 INIT_FCALL 'strtolower'
18 SEND_VAR !2
19 DO_ICALL $15
20 SEND_VAR $15
21 DO_ICALL $16
22 CONCAT ~17 $16, '+'
23 INIT_FCALL 'explode'
24 SEND_VAL '+'
25 SEND_VAR !3
26 SEND_VAL 3
27 DO_ICALL $18
28 FETCH_DIM_R ~19 $18, 1
29 CONCAT ~20 ~17, ~19
30 ASSIGN_DIM !1
31 OP_DATA ~20
41 32 > > JMP ->4
33 > FE_FREE $8
50 34 INIT_FCALL 'var_export'
35 SEND_VAR !1
36 DO_ICALL
37 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0