Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 3, Position 2 = 28
Branch analysis from position: 3
2 jumps found. (Code = 78) Position 1 = 4, Position 2 = 28
Branch analysis from position: 4
2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 27
Branch analysis from position: 7
2 jumps found. (Code = 43) Position 1 = 10, Position 2 = 12
Branch analysis from position: 10
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 12
2 jumps found. (Code = 43) Position 1 = 26, Position 2 = 27
Branch analysis from position: 26
1 jumps found. (Code = 42) Position 1 = 3
Branch analysis from position: 3
Branch analysis from position: 27
Branch analysis from position: 27
Branch analysis from position: 28
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 28
filename: /in/C84UR
function name: (null)
number of ops: 35
compiled vars: !0 = $items, !1 = $result, !2 = $item, !3 = $itemDateTime, !4 = $resultDateTime
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, <array>
26 1 ASSIGN !1, <array>
28 2 > FE_RESET_R $7 !0, ->28
3 > > FE_FETCH_R $7, !2, ->28
29 4 > FETCH_DIM_R ~8 !2, 'status'
5 IS_IDENTICAL ~8, 'Paid'
6 > JMPZ ~9, ->27
32 7 > COUNT ~10 !1
8 IS_IDENTICAL ~10, 0
9 > JMPZ ~11, ->12
33 10 > ASSIGN !1, !2
34 11 > JMP ->3
37 12 > INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
13 SEND_VAL 'd%2Fm%2FY+H%3Ai%3As'
14 FETCH_DIM_R ~13 !2, 'date_added'
15 SEND_VAL ~13
16 DO_FCALL 0 $14
17 ASSIGN !3, $14
38 18 INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
19 SEND_VAL 'd%2Fm%2FY+H%3Ai%3As'
20 FETCH_DIM_R ~16 !1, 'date_added'
21 SEND_VAL ~16
22 DO_FCALL 0 $17
23 ASSIGN !4, $17
40 24 IS_SMALLER !4, !3
25 > JMPZ ~19, ->27
41 26 > ASSIGN !1, !2
28 27 > > JMP ->3
28 > FE_FREE $7
46 29 INIT_FCALL 'var_dump'
30 SEND_VAR !1
31 DO_ICALL
48 32 FETCH_DIM_R ~22 !1, 'check_number'
33 ECHO ~22
34 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0