Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/tDfdM
function name: (null)
number of ops: 9
compiled vars: !0 = $array
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, <array>
26 1 INIT_FCALL 'usort'
2 SEND_REF !0
3 SEND_VAL 'cmpByUnix'
4 DO_ICALL
28 5 INIT_FCALL 'print_r'
6 SEND_VAR !0
7 DO_ICALL
8 > RETURN 1
Function cmpbyunix:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/tDfdM
function name: cmpByUnix
number of ops: 7
compiled vars: !0 = $a, !1 = $b
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > RECV !0
1 RECV !1
23 2 FETCH_DIM_R ~2 !0, 'unix'
3 FETCH_DIM_R ~3 !1, 'unix'
4 SUB ~4 ~2, ~3
5 > RETURN ~4
24 6* > RETURN null
End of function cmpbyunix
Generated using Vulcan Logic Dumper, using php 8.0.0