Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Tuu5m
function name: (null)
number of ops: 13
compiled vars: !0 = $array, !1 = $n1, !2 = $n2
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
15 1 ASSIGN !1, 0
16 2 ASSIGN !2, 3
43 3 INIT_FCALL 'print_r'
4 INIT_FCALL 'checkvalues'
5 SEND_VAR !0
6 INIT_ARRAY ~6 !1
7 ADD_ARRAY_ELEMENT ~6 !2
8 SEND_VAL ~6
9 DO_FCALL 0 $7
10 SEND_VAR $7
11 DO_ICALL
12 > RETURN 1
Function checkvalues:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 41
Branch analysis from position: 6
2 jumps found. (Code = 77) Position 1 = 7, Position 2 = 40
Branch analysis from position: 7
2 jumps found. (Code = 78) Position 1 = 8, Position 2 = 40
Branch analysis from position: 8
2 jumps found. (Code = 77) Position 1 = 22, Position 2 = 34
Branch analysis from position: 22
2 jumps found. (Code = 78) Position 1 = 23, Position 2 = 34
Branch analysis from position: 23
2 jumps found. (Code = 47) Position 1 = 27, Position 2 = 30
Branch analysis from position: 27
2 jumps found. (Code = 43) Position 1 = 31, Position 2 = 33
Branch analysis from position: 31
1 jumps found. (Code = 42) Position 1 = 34
Branch analysis from position: 34
2 jumps found. (Code = 43) Position 1 = 37, Position 2 = 39
Branch analysis from position: 37
1 jumps found. (Code = 42) Position 1 = 7
Branch analysis from position: 7
Branch analysis from position: 39
Branch analysis from position: 33
1 jumps found. (Code = 42) Position 1 = 22
Branch analysis from position: 22
Branch analysis from position: 30
Branch analysis from position: 34
Branch analysis from position: 34
Branch analysis from position: 40
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 40
Branch analysis from position: 41
filename: /in/Tuu5m
function name: checkValues
number of ops: 43
compiled vars: !0 = $array, !1 = $numbers, !2 = $finalArray, !3 = $arr, !4 = $splitArr, !5 = $matched, !6 = $count_number_Array, !7 = $count_split_array, !8 = $value, !9 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
18 0 E > RECV !0
1 RECV_INIT !1 <array>
19 2 ASSIGN !2, <array>
20 3 ISSET_ISEMPTY_CV ~11 !1
4 BOOL_NOT ~12 ~11
5 > JMPZ ~12, ->41
21 6 > > FE_RESET_R $13 !0, ->40
7 > > FE_FETCH_R $13, !3, ->40
22 8 > INIT_FCALL 'str_split'
9 SEND_VAR !3
10 DO_ICALL $14
11 ASSIGN !4, $14
23 12 ASSIGN !5, <true>
24 13 INIT_FCALL 'array_count_values'
14 SEND_VAR !1
15 DO_ICALL $17
16 ASSIGN !6, $17
25 17 INIT_FCALL 'array_count_values'
18 SEND_VAR !4
19 DO_ICALL $19
20 ASSIGN !7, $19
26 21 > FE_RESET_R $21 !6, ->34
22 > > FE_FETCH_R ~22 $21, !8, ->34
23 > ASSIGN !9, ~22
27 24 ISSET_ISEMPTY_DIM_OBJ 0 ~24 !7, !9
25 BOOL_NOT ~25 ~24
26 > JMPNZ_EX ~25 ~25, ->30
27 > FETCH_DIM_R ~26 !7, !9
28 IS_SMALLER ~27 ~26, !8
29 BOOL ~25 ~27
30 > > JMPZ ~25, ->33
28 31 > ASSIGN !5, <false>
29 32 > JMP ->34
26 33 > > JMP ->22
34 > FE_FREE $21
32 35 TYPE_CHECK 8 !5
36 > JMPZ ~29, ->39
33 37 > ASSIGN_DIM !2
38 OP_DATA !3
21 39 > > JMP ->7
40 > FE_FREE $13
40 41 > > RETURN !2
41 42* > RETURN null
End of function checkvalues
Generated using Vulcan Logic Dumper, using php 8.0.0