Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 4, Position 2 = 6 Branch analysis from position: 4 1 jumps found. (Code = 42) Position 1 = 22 Branch analysis from position: 22 2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 8 Branch analysis from position: 24 1 jumps found. (Code = 42) Position 1 = 42 Branch analysis from position: 42 2 jumps found. (Code = 44) Position 1 = 44, Position 2 = 35 Branch analysis from position: 44 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 35 2 jumps found. (Code = 43) Position 1 = 37, Position 2 = 39 Branch analysis from position: 37 1 jumps found. (Code = 42) Position 1 = 41 Branch analysis from position: 41 2 jumps found. (Code = 44) Position 1 = 44, Position 2 = 35 Branch analysis from position: 44 Branch analysis from position: 35 Branch analysis from position: 39 2 jumps found. (Code = 44) Position 1 = 44, Position 2 = 35 Branch analysis from position: 44 Branch analysis from position: 35 Branch analysis from position: 8 2 jumps found. (Code = 44) Position 1 = 24, Position 2 = 8 Branch analysis from position: 24 Branch analysis from position: 8 Branch analysis from position: 6 filename: /in/dIhYZ function name: (null) number of ops: 45 compiled vars: !0 = $week_number, !1 = $year, !2 = $day, !3 = $days, !4 = $start line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > ASSIGN !0, 18 4 1 ASSIGN !1, 2018 6 2 IS_SMALLER !0, 10 3 > JMPZ ~7, ->6 7 4 > CONCAT ~8 '0', !0 5 ASSIGN !0, ~8 10 6 > ASSIGN !2, 1 7 > JMP ->22 12 8 > INIT_FCALL 'date' 9 SEND_VAL 'd' 10 INIT_FCALL 'strtotime' 11 CONCAT ~12 !1, 'W' 12 CONCAT ~13 ~12, !0 13 CONCAT ~14 ~13, !2 14 SEND_VAL ~14 15 DO_ICALL $15 16 SEND_VAR $15 17 DO_ICALL $16 18 CONCAT ~17 $16, '%0A' 19 ASSIGN_DIM !3, !2 20 OP_DATA ~17 10 21 PRE_INC !2 22 > IS_SMALLER_OR_EQUAL !2, 7 23 > JMPNZ ~19, ->8 14 24 > INIT_FCALL 'array_keys' 25 SEND_VAR !3 26 INIT_FCALL 'min' 27 SEND_VAR !3 28 DO_ICALL $20 29 SEND_VAR $20 30 DO_ICALL $21 31 FETCH_DIM_R ~22 $21, 0 32 ASSIGN !4, ~22 16 33 ASSIGN !2, 1 34 > JMP ->42 18 35 > IS_SMALLER !2, !4 36 > JMPZ ~25, ->39 19 37 > ECHO '%0A' 18 38 > JMP ->41 21 39 > FETCH_DIM_R ~26 !3, !2 40 ECHO ~26 16 41 > PRE_INC !2 42 > IS_SMALLER_OR_EQUAL !2, 7 43 > JMPNZ ~28, ->35 23 44 > > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0