Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 11, Position 2 = 19
Branch analysis from position: 11
2 jumps found. (Code = 78) Position 1 = 12, Position 2 = 19
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 18
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
Branch analysis from position: 18
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
filename: /in/2BrVI
function name: (null)
number of ops: 24
compiled vars: !0 = $array_1, !1 = $array_2, !2 = $arraySplit1, !3 = $arraySplit2, !4 = $value1, !5 = $key1
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, <array>
3 1 ASSIGN !1, <array>
15 2 INIT_FCALL 'splitarray'
3 SEND_VAR !0
4 DO_FCALL 0 $8
5 ASSIGN !2, $8
16 6 INIT_FCALL 'splitarray'
7 SEND_VAR !1
8 DO_FCALL 0 $10
9 ASSIGN !3, $10
18 10 > FE_RESET_R $12 !2, ->19
11 > > FE_FETCH_R ~13 $12, !4, ->19
12 > ASSIGN !5, ~13
19 13 ARRAY_KEY_EXISTS !5, !3
14 > JMPZ ~15, ->18
20 15 > FETCH_DIM_R ~17 !3, !5
16 ASSIGN_DIM !2, !5
17 OP_DATA ~17
18 18 > > JMP ->11
19 > FE_FREE $12
24 20 INIT_FCALL 'print_r'
21 SEND_VAR !2
22 DO_ICALL
23 > RETURN 1
Function splitarray:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 14
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 14
Branch analysis from position: 4
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
filename: /in/2BrVI
function name: splitArray
number of ops: 17
compiled vars: !0 = $arrayInput, !1 = $arrayOutput, !2 = $element, !3 = $tempArray
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
7 1 ASSIGN !1, <array>
8 2 > FE_RESET_R $5 !0, ->14
3 > > FE_FETCH_R $5, !2, ->14
9 4 > INIT_FCALL 'explode'
5 SEND_VAL '-'
6 SEND_VAR !2
7 DO_ICALL $6
8 ASSIGN !3, $6
10 9 FETCH_DIM_R ~8 !3, 0
10 FETCH_DIM_R ~10 !3, 1
11 ASSIGN_DIM !1, ~8
12 OP_DATA ~10
8 13 > JMP ->3
14 > FE_FREE $5
12 15 > RETURN !1
13 16* > RETURN null
End of function splitarray
Generated using Vulcan Logic Dumper, using php 8.0.0