Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 47) Position 1 = 28, Position 2 = 30
Branch analysis from position: 28
2 jumps found. (Code = 47) Position 1 = 31, Position 2 = 33
Branch analysis from position: 31
2 jumps found. (Code = 47) Position 1 = 34, Position 2 = 36
Branch analysis from position: 34
2 jumps found. (Code = 47) Position 1 = 37, Position 2 = 39
Branch analysis from position: 37
2 jumps found. (Code = 43) Position 1 = 40, Position 2 = 41
Branch analysis from position: 40
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 41
Branch analysis from position: 39
Branch analysis from position: 36
Branch analysis from position: 33
Branch analysis from position: 30
filename: /in/Objbe
function name: (null)
number of ops: 45
compiled vars: !0 = $date1, !1 = $date2, !2 = $diff, !3 = $years, !4 = $moths, !5 = $days, !6 = $hour, !7 = $minits, !8 = $second
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '2016-04-05'
3 1 ASSIGN !1, '2088-05-05'
4 2 INIT_FCALL 'date_create'
3 SEND_VAR !0
4 DO_ICALL $11
5 ASSIGN !0, $11
5 6 INIT_FCALL 'date_create'
7 SEND_VAR !1
8 DO_ICALL $13
9 ASSIGN !1, $13
7 10 INIT_METHOD_CALL !0, 'diff'
11 SEND_VAR_EX !1
12 DO_FCALL 0 $15
13 ASSIGN !2, $15
9 14 FETCH_OBJ_R ~17 !2, 'y'
15 ASSIGN !3, ~17
10 16 FETCH_OBJ_R ~19 !2, 'm'
17 ASSIGN !4, ~19
11 18 FETCH_OBJ_R ~21 !2, 'd'
19 ASSIGN !5, ~21
12 20 FETCH_OBJ_R ~23 !2, 'h'
21 ASSIGN !6, ~23
13 22 FETCH_OBJ_R ~25 !2, 'i'
23 ASSIGN !7, ~25
14 24 FETCH_OBJ_R ~27 !2, 's'
25 ASSIGN !8, ~27
15 26 IS_SMALLER ~29 0, !4
27 > JMPNZ_EX ~29 ~29, ->30
28 > IS_SMALLER ~30 0, !5
29 BOOL ~29 ~30
30 > > JMPNZ_EX ~29 ~29, ->33
31 > IS_SMALLER ~31 0, !6
32 BOOL ~29 ~31
33 > > JMPNZ_EX ~29 ~29, ->36
34 > IS_SMALLER ~32 0, !7
35 BOOL ~29 ~32
36 > > JMPNZ_EX ~29 ~29, ->39
37 > IS_SMALLER ~33 0, !8
38 BOOL ~29 ~33
39 > > JMPZ ~29, ->41
17 40 > PRE_INC !3
21 41 > CONCAT ~35 '%3Cp%3E+The+difference+is+', !3
42 CONCAT ~36 ~35, '+years+%3C%2Fp%3E'
43 ECHO ~36
44 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0