Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5AsvT
function name: (null)
number of ops: 17
compiled vars: !0 = $obj
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
21 0 E > NEW $1 'Based'
1 DO_FCALL 0
2 ASSIGN !0, $1
22 3 INIT_FCALL 'var_dump'
4 INIT_METHOD_CALL !0, 'getArr'
5 DO_FCALL 0 $4
6 SEND_VAR $4
7 DO_ICALL
23 8 INIT_METHOD_CALL !0, 'removeElementFromArr'
9 SEND_VAL_EX 3
10 DO_FCALL 0
24 11 INIT_FCALL 'var_dump'
12 INIT_METHOD_CALL !0, 'getArr'
13 DO_FCALL 0 $7
14 SEND_VAR $7
15 DO_ICALL
16 > RETURN 1
Class Based:
Function removeelementfromarr:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5AsvT
function name: removeElementFromArr
number of ops: 13
compiled vars: !0 = $index, !1 = $tmp
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
6 0 E > RECV !0
7 1 INIT_METHOD_CALL 'getArr'
2 DO_FCALL 0 $2
3 ASSIGN !1, $2
8 4 INIT_FCALL 'array_splice'
5 SEND_REF !1
6 SEND_VAR !0
7 SEND_VAL 1
8 DO_ICALL
9 9 INIT_METHOD_CALL 'setArr'
10 SEND_VAR_EX !1
11 DO_FCALL 0
10 12 > RETURN null
End of function removeelementfromarr
Function getarr:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5AsvT
function name: getArr
number of ops: 5
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
13 0 E > FETCH_OBJ_R ~0 'arr'
1 VERIFY_RETURN_TYPE ~0
2 > RETURN ~0
14 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function getarr
Function setarr:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/5AsvT
function name: setArr
number of ops: 4
compiled vars: !0 = $newArr
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > RECV !0
17 1 ASSIGN_OBJ 'arr'
2 OP_DATA !0
18 3 > RETURN null
End of function setarr
End of class Based.
Generated using Vulcan Logic Dumper, using php 8.0.0