Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qIp5d
function name: (null)
number of ops: 15
compiled vars: !0 = $array1, !1 = $array2, !2 = $arr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
22 1 ASSIGN !1, <array>
36 2 INIT_FCALL 'array_merge'
3 SEND_VAR !0
4 SEND_VAR !1
5 DO_ICALL $5
6 ASSIGN !2, $5
37 7 INIT_FCALL 'usort'
8 SEND_REF !2
9 SEND_VAL 'cmp'
10 DO_ICALL
38 11 INIT_FCALL 'var_export'
12 SEND_VAR !2
13 DO_ICALL
14 > RETURN 1
Function cmp:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qIp5d
function name: cmp
number of ops: 15
compiled vars: !0 = $a, !1 = $b, !2 = $ad, !3 = $bd
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
31 0 E > RECV !0
1 RECV !1
32 2 INIT_FCALL 'strtotime'
3 FETCH_DIM_R ~4 !0, 'date'
4 SEND_VAL ~4
5 DO_ICALL $5
6 ASSIGN !2, $5
33 7 INIT_FCALL 'strtotime'
8 FETCH_DIM_R ~7 !1, 'date'
9 SEND_VAL ~7
10 DO_ICALL $8
11 ASSIGN !3, $8
34 12 SUB ~10 !2, !3
13 > RETURN ~10
35 14* > RETURN null
End of function cmp
Generated using Vulcan Logic Dumper, using php 8.0.0