Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/iv3ob
function name: (null)
number of ops: 23
compiled vars: !0 = $fromDate, !1 = $d, !2 = $m, !3 = $Y, !4 = $strFromDate
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '25-11-2013'
3 1 INIT_FCALL 'sscanf'
2 SEND_VAR !0
3 SEND_VAL '%25d-%25d-%25d'
4 SEND_REF !1
5 SEND_REF !2
6 SEND_REF !3
7 DO_ICALL
4 8 INIT_FCALL 'date'
9 SEND_VAL 'Y-m-d'
10 INIT_FCALL 'strtotime'
11 ROPE_INIT 5 ~8 !3
12 ROPE_ADD 1 ~8 ~8, '-'
13 ROPE_ADD 2 ~8 ~8, !2
14 ROPE_ADD 3 ~8 ~8, '-'
15 ROPE_END 4 ~7 ~8, !1
16 SEND_VAL ~7
17 DO_ICALL $11
18 SEND_VAR $11
19 DO_ICALL $12
20 ASSIGN !4, $12
5 21 ECHO !4
22 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.0.0