Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qVtD9
function name: (null)
number of ops: 9
compiled vars: !0 = $l
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
32 0 E > NEW $1 'Language'
1 DO_FCALL 0
2 ASSIGN !0, $1
33 3 INIT_FCALL 'var_dump'
4 INIT_METHOD_CALL !0, 'getData'
5 DO_FCALL 0 $4
6 SEND_VAR $4
7 DO_ICALL
8 > RETURN 1
Class Language:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qVtD9
function name: __construct
number of ops: 25
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
14 0 E > FETCH_OBJ_W $0 'LANG'
1 FETCH_DIM_W $1 $0, 1
2 ASSIGN_DIM $1, 'TITLE'
3 OP_DATA 'DATABASE+CONNECTION+ERROR'
15 4 FETCH_OBJ_W $3 'LANG'
5 FETCH_DIM_W $4 $3, 1
6 ASSIGN_DIM $4, 'MESSAGE'
7 OP_DATA 'PLEASE+CONTACT+YOUR+ADMISTRATOR'
18 8 FETCH_OBJ_W $6 'LANG'
9 FETCH_DIM_W $7 $6, 2
10 ASSIGN_DIM $7, 'TITLE'
11 OP_DATA 'LOGIN+ERROR'
19 12 FETCH_OBJ_W $9 'LANG'
13 FETCH_DIM_W $10 $9, 2
14 ASSIGN_DIM $10, 'MESSAGE'
15 OP_DATA 'INVALID+USERNAME+OR+PASSWORD'
22 16 FETCH_OBJ_W $12 'LANG'
17 FETCH_DIM_W $13 $12, 3
18 ASSIGN_DIM $13, 'TITLE'
19 OP_DATA 'ERROR'
23 20 FETCH_OBJ_W $15 'LANG'
21 FETCH_DIM_W $16 $15, 3
22 ASSIGN_DIM $16, 'MESSAGE'
23 OP_DATA 'UNABLE+TO+COMMUNICATE+WITH+SERVER'
24 24 > RETURN null
End of function __construct
Function getdata:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/qVtD9
function name: getData
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
28 0 E > FETCH_OBJ_R ~0 'LANG'
1 > RETURN ~0
29 2* > RETURN null
End of function getdata
End of class Language.
Generated using Vulcan Logic Dumper, using php 8.0.0