Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 25, Position 2 = 27 Branch analysis from position: 25 1 jumps found. (Code = 42) Position 1 = 28 Branch analysis from position: 28 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 27 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/NIoId function name: (null) number of ops: 29 compiled vars: !0 = $date, !1 = $parsed, !2 = $timestamp line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 4 0 E > ASSIGN !0, '09-19-2017' 6 1 INIT_FCALL 'date_parse_from_format' 2 SEND_VAL 'm-d-Y' 3 SEND_VAR !0 4 DO_ICALL $4 5 ASSIGN !1, $4 7 6 INIT_FCALL 'mktime' 8 7 FETCH_DIM_R ~6 !1, 'hour' 8 SEND_VAL ~6 9 9 FETCH_DIM_R ~7 !1, 'minute' 10 SEND_VAL ~7 10 11 FETCH_DIM_R ~8 !1, 'second' 12 SEND_VAL ~8 11 13 FETCH_DIM_R ~9 !1, 'month' 14 SEND_VAL ~9 12 15 FETCH_DIM_R ~10 !1, 'day' 16 SEND_VAL ~10 13 17 FETCH_DIM_R ~11 !1, 'year' 18 SEND_VAL ~11 7 19 DO_ICALL $12 20 ASSIGN !2, $12 16 21 INIT_FCALL 'time' 22 DO_ICALL $14 23 IS_SMALLER !2, $14 24 > JMPZ ~15, ->27 17 25 > ECHO 'older' 16 26 > JMP ->28 19 27 > ECHO 'newer' 20 28 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0