Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/8JKQ9
function name: (null)
number of ops: 21
compiled vars: !0 = $seconds, !1 = $modulusSeconds, !2 = $minutes, !3 = $modulusMinutes, !4 = $hours
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
3 0 E > ASSIGN !0, 6530
5 1 MOD ~6 !0, 60
2 ASSIGN !1, ~6
6 3 INIT_FCALL 'intdiv'
4 SEND_VAR !0
5 SEND_VAL 60
6 DO_ICALL $8
7 ASSIGN !2, $8
7 8 MOD ~10 !2, 60
9 ASSIGN !3, ~10
8 10 INIT_FCALL 'intdiv'
11 SEND_VAR !2
12 SEND_VAL 60
13 DO_ICALL $12
14 ASSIGN !4, $12
10 15 INIT_FCALL 'var_dump'
16 SEND_VAR !4
17 SEND_VAR !3
18 SEND_VAR !1
19 DO_ICALL
20 > RETURN 1
Generated using Vulcan Logic Dumper, using php 8.5.0