Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 20, Position 2 = 27 Branch analysis from position: 20 2 jumps found. (Code = 78) Position 1 = 21, Position 2 = 27 Branch analysis from position: 21 1 jumps found. (Code = 42) Position 1 = 20 Branch analysis from position: 20 Branch analysis from position: 27 2 jumps found. (Code = 77) Position 1 = 45, Position 2 = 52 Branch analysis from position: 45 2 jumps found. (Code = 78) Position 1 = 46, Position 2 = 52 Branch analysis from position: 46 1 jumps found. (Code = 42) Position 1 = 45 Branch analysis from position: 45 Branch analysis from position: 52 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 52 Branch analysis from position: 27 filename: /in/1kYQI function name: (null) number of ops: 54 compiled vars: !0 = $period, !1 = $day line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > NEW $2 'DatePeriod' 4 1 NEW $3 'DateTime' 2 SEND_VAL_EX '2010-06-01' 3 DO_FCALL 0 4 SEND_VAR_NO_REF_EX $3 5 5 NEW $5 'DateInterval' 6 SEND_VAL_EX 'P1D' 7 DO_FCALL 0 8 SEND_VAR_NO_REF_EX $5 6 9 NEW $7 'DateTime' 10 SEND_VAL_EX '2010-06-03' 11 DO_FCALL 0 12 SEND_VAR_NO_REF_EX $7 3 13 DO_FCALL 0 14 ASSIGN !0, $2 8 15 INIT_FCALL 'var_dump' 16 FETCH_OBJ_R ~11 !0, 'recurrences' 17 SEND_VAL ~11 18 DO_ICALL 9 19 > FE_RESET_R $13 !0, ->27 20 > > FE_FETCH_R $13, !1, ->27 10 21 > INIT_METHOD_CALL !1, 'format' 22 SEND_VAL_EX 'Y-m-d' 23 DO_FCALL 0 $14 24 CONCAT ~15 $14, '%0A' 25 ECHO ~15 9 26 > JMP ->20 27 > FE_FREE $13 13 28 NEW $16 'DatePeriod' 14 29 NEW $17 'DateTime' 30 SEND_VAL_EX '2010-06-01' 31 DO_FCALL 0 32 SEND_VAR_NO_REF_EX $17 15 33 NEW $19 'DateInterval' 34 SEND_VAL_EX 'P1D' 35 DO_FCALL 0 36 SEND_VAR_NO_REF_EX $19 16 37 SEND_VAL_EX 1 13 38 DO_FCALL 0 39 ASSIGN !0, $16 18 40 INIT_FCALL 'var_dump' 41 FETCH_OBJ_R ~23 !0, 'recurrences' 42 SEND_VAL ~23 43 DO_ICALL 19 44 > FE_RESET_R $25 !0, ->52 45 > > FE_FETCH_R $25, !1, ->52 20 46 > INIT_METHOD_CALL !1, 'format' 47 SEND_VAL_EX 'Y-m-d' 48 DO_FCALL 0 $26 49 CONCAT ~27 $26, '%0A' 50 ECHO ~27 19 51 > JMP ->45 52 > FE_FREE $25 21 53 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0