Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/HqXVc
function name: (null)
number of ops: 9
compiled vars: !0 = $videoList
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
160 1 INIT_FCALL 'usort'
2 SEND_REF !0
3 SEND_VAL 'sortByviewCount'
4 DO_ICALL
162 5 INIT_FCALL 'print_r'
6 SEND_VAR !0
7 DO_ICALL
8 > RETURN 1
Function sortbyviewcount:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 8, Position 2 = 10
Branch analysis from position: 8
1 jumps found. (Code = 42) Position 1 = 11
Branch analysis from position: 11
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 10
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/HqXVc
function name: sortByviewCount
number of ops: 13
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
156 0 E > RECV !0
1 RECV !1
157 2 FETCH_DIM_R ~2 !0, 'statistics'
3 FETCH_DIM_R ~3 ~2, 'viewCount'
4 FETCH_DIM_R ~4 !1, 'statistics'
5 FETCH_DIM_R ~5 ~4, 'viewCount'
6 IS_SMALLER ~5, ~3
7 > JMPZ ~6, ->10
8 > QM_ASSIGN ~7 -1
9 > JMP ->11
10 > QM_ASSIGN ~7 1
11 > > RETURN ~7
158 12* > RETURN null
End of function sortbyviewcount
Generated using Vulcan Logic Dumper, using php 8.0.0