Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ajfJk
function name: (null)
number of ops: 14
compiled vars: !0 = $datestring, !1 = $input_format, !2 = $output_format, !3 = $date
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '08-28-2018+06%3A33+PM'
3 1 ASSIGN !1, 'm-d-Y+h%3Ai+A'
4 2 ASSIGN !2, 'Y-m-d+G%3Ai'
5 3 INIT_STATIC_METHOD_CALL 'DateTime', 'createFromFormat'
4 SEND_VAR !1
5 SEND_VAR !0
6 DO_FCALL 0 $7
7 ASSIGN !3, $7
7 8 INIT_METHOD_CALL !3, 'format'
9 SEND_VAR_EX !2
10 DO_FCALL 0 $9
11 CONCAT ~10 $9, '%0A'
12 ECHO ~10
13 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0