Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/3XQBQ
function name: (null)
number of ops: 9
compiled vars: !0 = $disp_user_arr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
95 1 INIT_FCALL 'usort'
2 SEND_REF !0
3 SEND_VAL 'sortByNbToday'
4 DO_ICALL
97 5 INIT_FCALL 'print_r'
6 SEND_VAR !0
7 DO_ICALL
8 > RETURN 1
Function sortbynbtoday:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 13
Branch analysis from position: 6
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 13
2 jumps found. (Code = 43) Position 1 = 17, Position 2 = 19
Branch analysis from position: 17
1 jumps found. (Code = 42) Position 1 = 20
Branch analysis from position: 20
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 19
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/3XQBQ
function name: sortByNbToday
number of ops: 22
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
89 0 E > RECV !0
1 RECV !1
90 2 FETCH_DIM_R ~2 !0, 'r_nb_today'
3 FETCH_DIM_R ~3 !1, 'r_nb_today'
4 IS_EQUAL ~2, ~3
5 > JMPZ ~4, ->13
91 6 > INIT_FCALL 'strcmp'
7 FETCH_DIM_R ~5 !0, 'u_name'
8 SEND_VAL ~5
9 FETCH_DIM_R ~6 !1, 'u_name'
10 SEND_VAL ~6
11 DO_ICALL $7
12 > RETURN $7
93 13 > FETCH_DIM_R ~8 !0, 'r_nb_today'
14 FETCH_DIM_R ~9 !1, 'r_nb_today'
15 IS_SMALLER ~9, ~8
16 > JMPZ ~10, ->19
17 > QM_ASSIGN ~11 -1
18 > JMP ->20
19 > QM_ASSIGN ~11 1
20 > > RETURN ~11
94 21* > RETURN null
End of function sortbynbtoday
Generated using Vulcan Logic Dumper, using php 8.0.0