Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Lfq4C
function name: (null)
number of ops: 9
compiled vars: !0 = $characters
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
4 0 E > ASSIGN !0, <array>
47 1 INIT_FCALL 'sortcharacters'
2 SEND_VAR !0
3 DO_FCALL 0 $2
4 ASSIGN !0, $2
48 5 INIT_FCALL 'print_r'
6 SEND_VAR !0
7 DO_ICALL
8 > RETURN 1
Function sortcharacters:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Lfq4C
function name: sortCharacters
number of ops: 9
compiled vars: !0 = $characters
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
15 0 E > RECV !0
17 1 INIT_FCALL 'uksort'
2 SEND_REF !0
3 DECLARE_LAMBDA_FUNCTION ~1 [0]
4 BIND_LEXICAL ~1, !0
42 5 SEND_VAL ~1
17 6 DO_ICALL
44 7 > RETURN !0
45 8* > RETURN null
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 46) Position 1 = 5, Position 2 = 7
Branch analysis from position: 5
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 9
Branch analysis from position: 8
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 9
2 jumps found. (Code = 46) Position 1 = 11, Position 2 = 14
Branch analysis from position: 11
2 jumps found. (Code = 43) Position 1 = 15, Position 2 = 16
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 16
2 jumps found. (Code = 46) Position 1 = 19, Position 2 = 21
Branch analysis from position: 19
2 jumps found. (Code = 43) Position 1 = 22, Position 2 = 23
Branch analysis from position: 22
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 23
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 27
Branch analysis from position: 26
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 27
2 jumps found. (Code = 43) Position 1 = 30, Position 2 = 31
Branch analysis from position: 30
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 31
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 21
Branch analysis from position: 14
Branch analysis from position: 7
filename: /in/Lfq4C
function name: {closure:sortCharacters():17}
number of ops: 33
compiled vars: !0 = $a, !1 = $b, !2 = $characters
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
17 0 E > RECV !0
1 RECV !1
2 BIND_STATIC !2
18 3 ISSET_ISEMPTY_DIM_OBJ 1 ~3 !2, !0
4 > JMPZ_EX ~3 ~3, ->7
5 > ISSET_ISEMPTY_DIM_OBJ 1 ~4 !2, !1
6 BOOL ~3 ~4
7 > > JMPZ ~3, ->9
20 8 > > RETURN 0
22 9 > ISSET_ISEMPTY_DIM_OBJ 1 ~5 !2, !0
10 > JMPZ_EX ~5 ~5, ->14
11 > ISSET_ISEMPTY_DIM_OBJ 1 ~6 !2, !1
12 BOOL_NOT ~7 ~6
13 BOOL ~5 ~7
14 > > JMPZ ~5, ->16
24 15 > > RETURN -1
26 16 > ISSET_ISEMPTY_DIM_OBJ 1 ~8 !2, !0
17 BOOL_NOT ~9 ~8
18 > JMPZ_EX ~9 ~9, ->21
19 > ISSET_ISEMPTY_DIM_OBJ 1 ~10 !2, !1
20 BOOL ~9 ~10
21 > > JMPZ ~9, ->23
28 22 > > RETURN 1
31 23 > FETCH_DIM_R ~11 !2, !1
24 FRAMELESS_ICALL_2 in_array ~12 !0, ~11
25 > JMPZ ~12, ->27
33 26 > > RETURN -1
36 27 > FETCH_DIM_R ~13 !2, !0
28 FRAMELESS_ICALL_2 in_array ~14 !1, ~13
29 > JMPZ ~14, ->31
38 30 > > RETURN 1
41 31 > > RETURN 0
42 32* > RETURN null
End of Dynamic Function 0
End of function sortcharacters
Generated using Vulcan Logic Dumper, using php 8.5.0