Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/q0T8r function name: (null) number of ops: 20 compiled vars: !0 = $start_date, !1 = $end_date, !2 = $d line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 3 0 E > NEW $3 'DateTime' 1 SEND_VAL_EX '31-03-2019+00%3A00%3A00' 2 DO_FCALL 0 3 ASSIGN !0, $3 4 4 NEW $6 'DateTime' 5 SEND_VAL_EX '01-05-2019+24%3A00%3A00' 6 DO_FCALL 0 7 ASSIGN !1, $6 5 8 INIT_METHOD_CALL !0, 'diff' 9 SEND_VAR_EX !1 10 DO_FCALL 0 $9 11 ASSIGN !2, $9 6 12 FETCH_OBJ_R ~11 !2, 'd' 13 CONCAT ~12 'day%3A+', ~11 14 CONCAT ~13 ~12, '+month%3A+' 15 FETCH_OBJ_R ~14 !2, 'm' 16 CONCAT ~15 ~13, ~14 17 CONCAT ~16 ~15, '%0A' 18 ECHO ~16 19 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0