Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 13, Position 2 = 25
Branch analysis from position: 13
2 jumps found. (Code = 78) Position 1 = 14, Position 2 = 25
Branch analysis from position: 14
1 jumps found. (Code = 42) Position 1 = 13
Branch analysis from position: 13
Branch analysis from position: 25
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 25
filename: /in/gjVir
function name: (null)
number of ops: 27
compiled vars: !0 = $items, !1 = $item
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN_DIM !0
1 OP_DATA <array>
4 2 ASSIGN_DIM !0
3 OP_DATA <array>
5 4 ASSIGN_DIM !0
5 OP_DATA <array>
6 6 ASSIGN_DIM !0
7 OP_DATA <array>
19 8 INIT_FCALL 'usort'
9 SEND_REF !0
10 SEND_VAL 'sortByOrder'
11 DO_ICALL
21 12 > FE_RESET_R $7 !0, ->25
13 > > FE_FETCH_R $7, !1, ->25
22 14 > FETCH_DIM_R ~8 !1, 2
15 ROPE_INIT 6 ~12 ~8
16 ROPE_ADD 1 ~12 ~12, '+%3A+'
17 FETCH_DIM_R ~9 !1, 0
18 ROPE_ADD 2 ~12 ~12, ~9
19 ROPE_ADD 3 ~12 ~12, '+-+'
20 FETCH_DIM_R ~10 !1, 1
21 ROPE_ADD 4 ~12 ~12, ~10
22 ROPE_END 5 ~11 ~12, '%0A'
23 ECHO ~11
21 24 > JMP ->13
25 > FE_FREE $7
23 26 > RETURN 1
Function sortbyorder:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 8
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 8
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 14
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 15
Branch analysis from position: 15
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 14
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/gjVir
function name: sortByOrder
number of ops: 17
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > RECV !0
1 RECV !1
9 2 FETCH_DIM_R ~2 !0, 2
3 FETCH_DIM_R ~3 !1, 2
4 IS_EQUAL ~2, ~3
5 > JMPZ ~4, ->8
11 6 > > RETURN 0
9 7* JMP ->16
15 8 > FETCH_DIM_R ~5 !0, 2
9 FETCH_DIM_R ~6 !1, 2
10 IS_SMALLER ~6, ~5
11 > JMPZ ~7, ->14
12 > QM_ASSIGN ~8 1
13 > JMP ->15
14 > QM_ASSIGN ~8 -1
15 > > RETURN ~8
17 16* > RETURN null
End of function sortbyorder
Generated using Vulcan Logic Dumper, using php 8.0.0