Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/fugVD
function name: (null)
number of ops: 22
compiled vars: !0 = $gateway
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
37 0 E > NEW $1 'UsertableGateway'
1 DO_FCALL 0
2 ASSIGN !0, $1
38 3 INIT_METHOD_CALL !0, 'update'
4 SEND_VAL_EX 33
5 INIT_STATIC_METHOD_CALL 'Schema', 'getTableColumnByName'
6 SEND_VAL 'user'
7 SEND_VAL 'name'
8 DO_FCALL 0 $4
9 SEND_VAR_NO_REF_EX $4
10 SEND_VAL_EX 'Vasya'
11 DO_FCALL 0
39 12 INIT_METHOD_CALL !0, 'update'
13 SEND_VAL_EX 33
14 INIT_STATIC_METHOD_CALL 'Schema', 'getTableColumnByName'
15 SEND_VAL 'user'
16 SEND_VAL 'familiya'
17 DO_FCALL 0 $6
18 SEND_VAR_NO_REF_EX $6
19 SEND_VAL_EX 'Vasya'
20 DO_FCALL 0
21 > RETURN 1
Class Schema:
Function gettablecolumnbyname:
Finding entry points
Branch analysis from position: 0
2 jumps found. (Code = 43) Position 1 = 6, Position 2 = 14
Branch analysis from position: 6
1 jumps found. (Code = 108) Position 1 = -2
Branch analysis from position: 14
2 jumps found. (Code = 43) Position 1 = 19, Position 2 = 27
Branch analysis from position: 19
1 jumps found. (Code = 108) Position 1 = -2
Branch analysis from position: 27
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/fugVD
function name: getTableColumnByName
number of ops: 39
compiled vars: !0 = $tableName, !1 = $columnName
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
11 0 E > RECV !0
1 RECV !1
12 2 FETCH_STATIC_PROP_R unknown ~2 'tables'
3 ARRAY_KEY_EXISTS ~3 !0, ~2
4 TYPE_CHECK 4 ~3
5 > JMPZ ~4, ->14
13 6 > NEW $5 'Exception'
7 FETCH_CLASS_NAME ~6
8 CONCAT ~7 ~6, '+table+%22'
9 CONCAT ~8 ~7, !0
10 CONCAT ~9 ~8, '%22+not+found.'
11 SEND_VAL_EX ~9
12 DO_FCALL 0
13 > THROW 0 $5
16 14 > FETCH_STATIC_PROP_R unknown ~11 'tables'
15 FETCH_DIM_R ~12 ~11, !0
16 ARRAY_KEY_EXISTS ~13 !1, ~12
17 TYPE_CHECK 4 ~13
18 > JMPZ ~14, ->27
17 19 > NEW $15 'Exception'
20 CONCAT ~16 'Table+%22', !0
21 CONCAT ~17 ~16, '%22+column+%22'
22 CONCAT ~18 ~17, !1
23 CONCAT ~19 ~18, '%22+not+found.'
24 SEND_VAL_EX ~19
25 DO_FCALL 0
26 > THROW 0 $15
20 27 > NEW $21 'TableColumn'
28 SEND_VAR_EX !1
29 CHECK_FUNC_ARG
30 FETCH_STATIC_PROP_FUNC_ARG unknown $22 'tables'
31 FETCH_DIM_FUNC_ARG $23 $22, !0
32 FETCH_DIM_FUNC_ARG $24 $23, !1
33 SEND_FUNC_ARG $24
34 DO_FCALL 0
35 VERIFY_RETURN_TYPE $21
36 > RETURN $21
21 37* VERIFY_RETURN_TYPE
38* > RETURN null
End of function gettablecolumnbyname
End of class Schema.
Class UserTableGateway:
Function update:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/fugVD
function name: update
number of ops: 7
compiled vars: !0 = $id, !1 = $column, !2 = $value
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
25 0 E > RECV !0
1 RECV !1
2 RECV !2
26 3 CONCAT ~3 'Zaebis%21+Sohranil%3A+%22', !2
4 CONCAT ~4 ~3, '%22'
5 ECHO ~4
27 6 > RETURN null
End of function update
End of class UserTableGateway.
Class TableColumn:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/fugVD
function name: __construct
number of ops: 7
compiled vars: !0 = $name, !1 = $type
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
31 0 E > RECV !0
1 RECV !1
2 ASSIGN_OBJ 'name'
3 OP_DATA !0
4 ASSIGN_OBJ 'type'
5 OP_DATA !1
34 6 > RETURN null
End of function __construct
End of class TableColumn.
Generated using Vulcan Logic Dumper, using php 8.0.0