Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oMYdL
function name: (null)
number of ops: 13
compiled vars: !0 = $dto
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
22 0 E > NEW $1 'OfficeProductResponseDTO'
1 SEND_VAL_EX '12'
2 SEND_VAL_EX <array>
3 SEND_VAL_EX 200
4 SEND_VAL_EX 5
5 SEND_VAL_EX 'message'
6 DO_FCALL 0
7 ASSIGN !0, $1
26 8 INIT_FCALL 'var_dump'
9 FETCH_OBJ_R ~4 !0, 'officeId'
10 SEND_VAL ~4
11 DO_ICALL
12 > RETURN 1
Class OfficeProductResponseDTO:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/oMYdL
function name: __construct
number of ops: 16
compiled vars: !0 = $officeId, !1 = $products, !2 = $code, !3 = $reason, !4 = $message
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
12 0 E > RECV !0
1 RECV !1
2 RECV !2
3 RECV !3
4 RECV !4
5 ASSIGN_OBJ 'officeId'
6 OP_DATA !0
7 ASSIGN_OBJ 'products'
8 OP_DATA !1
9 ASSIGN_OBJ 'code'
10 OP_DATA !2
11 ASSIGN_OBJ 'reason'
12 OP_DATA !3
13 ASSIGN_OBJ 'message'
14 OP_DATA !4
19 15 > RETURN null
End of function __construct
End of class OfficeProductResponseDTO.
Generated using Vulcan Logic Dumper, using php 8.0.0