Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/epcMB
function name: (null)
number of ops: 49
compiled vars: !0 = $str, !1 = $begin, !2 = $end, !3 = $interval, !4 = $daterange, !5 = $result
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > ASSIGN !0, '11pm-3am'
4 1 INIT_FCALL 'explode'
2 SEND_VAL '-'
3 SEND_VAR !0
4 DO_ICALL $7
5 FETCH_LIST_R $8 $7, 0
6 ASSIGN !1, $8
7 FETCH_LIST_R $10 $7, 1
8 ASSIGN !2, $10
9 FREE $7
6 10 NEW $12 'DateTime'
11 SEND_VAR_EX !1
12 DO_FCALL 0
13 ASSIGN !1, $12
7 14 NEW $15 'DateTime'
15 SEND_VAR_EX !2
16 DO_FCALL 0
17 ASSIGN !2, $15
8 18 INIT_METHOD_CALL !2, 'modify'
19 SEND_VAL_EX '%2B1+day'
20 DO_FCALL 0 $18
21 ASSIGN !2, $18
9 22 INIT_METHOD_CALL !2, 'modify'
23 SEND_VAL_EX '%2B1+hour'
24 DO_FCALL 0 $20
25 ASSIGN !2, $20
11 26 NEW $22 'DateInterval'
27 SEND_VAL_EX 'PT1H'
28 DO_FCALL 0
29 ASSIGN !3, $22
12 30 NEW $25 'DatePeriod'
31 SEND_VAR_EX !1
32 SEND_VAR_EX !3
33 SEND_VAR_EX !2
34 DO_FCALL 0
35 ASSIGN !4, $25
14 36 INIT_FCALL 'array_map'
37 DECLARE_LAMBDA_FUNCTION ~28 [0]
38 SEND_VAL ~28
39 INIT_FCALL 'iterator_to_array'
40 SEND_VAR !4
41 DO_ICALL $29
42 SEND_VAR $29
43 DO_ICALL $30
44 ASSIGN !5, $30
16 45 INIT_FCALL 'print_r'
46 SEND_VAR !5
47 DO_ICALL
48 > RETURN 1
Dynamic Functions:
Dynamic Function 0
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/epcMB
function name: {closure}
number of ops: 6
compiled vars: !0 = $d
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > RECV !0
1 INIT_METHOD_CALL !0, 'format'
2 SEND_VAL_EX 'ga'
3 DO_FCALL 0 $1
4 > RETURN $1
5* > RETURN null
End of Dynamic Function 0
Generated using Vulcan Logic Dumper, using php 8.0.0