Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WuPaO
function name: (null)
number of ops: 26
compiled vars: !0 = $o, !1 = $a
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
2 0 E > DECLARE_CLASS 'o'
9 1 NEW $2 'O'
2 DO_FCALL 0
3 ASSIGN !0, $2
10 4 ASSIGN_DIM !0, 'foo'
5 OP_DATA 'bar'
11 6 INIT_FCALL 'var_dump'
7 ARRAY_KEY_EXISTS ~6 'foo', !0
8 SEND_VAL ~6
9 DO_ICALL
12 10 INIT_FCALL 'var_dump'
11 ARRAY_KEY_EXISTS ~8 'bar', !0
12 SEND_VAL ~8
13 DO_ICALL
14 14 ASSIGN !1, <array>
15 15 ASSIGN_DIM !1, 'foo'
16 OP_DATA 'bar'
16 17 INIT_FCALL 'var_dump'
18 ARRAY_KEY_EXISTS ~12 'foo', !1
19 SEND_VAL ~12
20 DO_ICALL
17 21 INIT_FCALL 'var_dump'
22 ARRAY_KEY_EXISTS ~14 'bar', !1
23 SEND_VAL ~14
24 DO_ICALL
25 > RETURN 1
Class O:
Function offsetset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WuPaO
function name: offsetSet
number of ops: 6
compiled vars: !0 = $key, !1 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
3 0 E > RECV !0
1 RECV !1
2 FETCH_OBJ_W $2 'data'
3 ASSIGN_DIM $2, !0
4 OP_DATA !1
5 > RETURN null
End of function offsetset
Function offsetexists:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WuPaO
function name: offsetExists
number of ops: 5
compiled vars: !0 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
4 0 E > RECV !0
1 FETCH_OBJ_IS ~1 'data'
2 ISSET_ISEMPTY_DIM_OBJ 0 ~2 ~1, !0
3 > RETURN ~2
4* > RETURN null
End of function offsetexists
Function offsetunset:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WuPaO
function name: offsetUnset
number of ops: 4
compiled vars: !0 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
5 0 E > RECV !0
1 FETCH_OBJ_UNSET $1 'data'
2 UNSET_DIM $1, !0
3 > RETURN null
End of function offsetunset
Function offsetget:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/WuPaO
function name: offsetGet
number of ops: 5
compiled vars: !0 = $key
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > RECV !0
1 FETCH_OBJ_R ~1 'data'
2 FETCH_DIM_R ~2 ~1, !0
3 > RETURN ~2
4* > RETURN null
End of function offsetget
End of class O.
Generated using Vulcan Logic Dumper, using php 8.0.0