Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 77) Position 1 = 9, Position 2 = 18
Branch analysis from position: 9
2 jumps found. (Code = 78) Position 1 = 10, Position 2 = 18
Branch analysis from position: 10
2 jumps found. (Code = 43) Position 1 = 12, Position 2 = 15
Branch analysis from position: 12
1 jumps found. (Code = 42) Position 1 = 16
Branch analysis from position: 16
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 15
1 jumps found. (Code = 42) Position 1 = 9
Branch analysis from position: 9
Branch analysis from position: 18
1 jumps found. (Code = 62) Position 1 = -2
Branch analysis from position: 18
filename: /in/CDed5
function name: (null)
number of ops: 20
compiled vars: !0 = $seasonsData, !1 = $s
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > DECLARE_CLASS 'iterableclass'
27 1 NEW $2 'IterableClass'
2 DO_FCALL 0
3 INIT_ARRAY ~4 $2
4 NEW $5 'IterableClass'
5 DO_FCALL 0
6 ADD_ARRAY_ELEMENT ~4 $5
7 ASSIGN !0, ~4
29 8 > FE_RESET_R $8 !0, ->18
9 > > FE_FETCH_R $8, !1, ->18
30 10 > ISSET_ISEMPTY_DIM_OBJ 0 !1, 'priceweek'
11 > JMPZ ~9, ->15
12 > FETCH_DIM_R ~10 !1, 'priceweek'
13 QM_ASSIGN ~11 ~10
14 > JMP ->16
15 > QM_ASSIGN ~11 ''
16 > ECHO ~11
29 17 > JMP ->9
18 > FE_FREE $8
31 19 > RETURN 1
Class IterableClass:
Function offsetexists:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/CDed5
function name: offsetExists
number of ops: 4
compiled vars: !0 = $offset
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
9 1 > RETURN <true>
10 2* VERIFY_RETURN_TYPE
3* > RETURN null
End of function offsetexists
Function offsetget:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/CDed5
function name: offsetGet
number of ops: 6
compiled vars: !0 = $offset
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > RECV !0
14 1 FETCH_OBJ_R ~1 'data'
2 FETCH_DIM_R ~2 ~1, !0
3 > RETURN ~2
15 4* VERIFY_RETURN_TYPE
5* > RETURN null
End of function offsetget
Function offsetset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/CDed5
function name: offsetSet
number of ops: 3
compiled vars: !0 = $offset, !1 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 0 E > RECV !0
1 RECV !1
19 2 > RETURN null
End of function offsetset
Function offsetunset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/CDed5
function name: offsetUnset
number of ops: 2
compiled vars: !0 = $offset
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > RECV !0
23 1 > RETURN null
End of function offsetunset
End of class IterableClass.
Generated using Vulcan Logic Dumper, using php 8.0.0