Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 77) Position 1 = 19, Position 2 = 37 Branch analysis from position: 19 2 jumps found. (Code = 78) Position 1 = 20, Position 2 = 37 Branch analysis from position: 20 1 jumps found. (Code = 42) Position 1 = 19 Branch analysis from position: 19 Branch analysis from position: 37 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 37 filename: /in/clEip function name: (null) number of ops: 42 compiled vars: !0 = $startDate, !1 = $endDate, !2 = $period, !3 = $v, !4 = $value, !5 = $key, !6 = $d, !7 = $res line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 2 0 E > ASSIGN !0, '2010-10-01' 3 1 ASSIGN !1, '2010-10-05' 4 2 NEW $10 'DatePeriod' 3 NEW $11 'DateTime' 4 SEND_VAR_EX !0 5 DO_FCALL 0 6 SEND_VAR_NO_REF_EX $11 7 NEW $13 'DateInterval' 8 SEND_VAL_EX 'P1D' 9 DO_FCALL 0 10 SEND_VAR_NO_REF_EX $13 11 NEW $15 'DateTime' 12 SEND_VAR_EX !1 13 DO_FCALL 0 14 SEND_VAR_NO_REF_EX $15 15 DO_FCALL 0 16 ASSIGN !2, $10 6 17 ASSIGN !3, <array> 7 18 > FE_RESET_R $20 !2, ->37 19 > > FE_FETCH_R ~21 $20, !4, ->37 20 > ASSIGN !5, ~21 8 21 INIT_FCALL 'explode' 22 SEND_VAL '-' 23 INIT_METHOD_CALL !4, 'format' 24 SEND_VAL_EX 'Y-m-d' 25 DO_FCALL 0 $23 26 SEND_VAR $23 27 DO_ICALL $24 28 ASSIGN !6, $24 9 29 FETCH_DIM_R ~26 !6, 0 30 FETCH_DIM_R ~28 !6, 1 31 FETCH_DIM_R ~30 !6, 2 32 FETCH_DIM_W $27 !7, ~26 33 FETCH_DIM_W $29 $27, ~28 34 ASSIGN_DIM $29, ~30 35 OP_DATA !3 7 36 > JMP ->19 37 > FE_FREE $20 11 38 INIT_FCALL 'print_r' 39 SEND_VAR !7 40 DO_ICALL 41 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0