Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 7, Position 2 = 19 Branch analysis from position: 7 1 jumps found. (Code = 42) Position 1 = 34 Branch analysis from position: 34 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 19 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Me2Kh function name: (null) number of ops: 36 compiled vars: !0 = $input, !1 = $day, !2 = $date line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, 12 3 1 INIT_FCALL 'date' 2 SEND_VAL 'd' 3 DO_ICALL $4 4 ASSIGN !1, $4 5 5 IS_SMALLER !1, !0 6 > JMPZ ~6, ->19 6 7 > INIT_FCALL 'date' 8 SEND_VAL 'Y-m-' 9 DO_ICALL $7 10 INIT_FCALL 'str_pad' 11 SEND_VAR !0 12 SEND_VAL 2 13 SEND_VAL '0' 14 SEND_VAL 0 15 DO_ICALL $8 16 CONCAT ~9 $7, $8 17 ASSIGN !2, ~9 5 18 > JMP ->34 9 19 > INIT_FCALL 'date' 20 SEND_VAL 'Y-m-' 21 INIT_FCALL 'strtotime' 22 SEND_VAL '%2B1+month' 23 DO_ICALL $11 24 SEND_VAR $11 25 DO_ICALL $12 26 INIT_FCALL 'str_pad' 27 SEND_VAR !0 28 SEND_VAL 2 29 SEND_VAL '0' 30 SEND_VAL 0 31 DO_ICALL $13 32 CONCAT ~14 $12, $13 33 ASSIGN !2, ~14 12 34 > ECHO !2 35 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0