Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/LF2ps
function name: (null)
number of ops: 12
compiled vars: !0 = $order
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 0 E > NEW $1 'MyOrderClass'
1 SEND_VAL_EX 1
2 SEND_VAL_EX 1
3 SEND_VAL_EX 100
4 DO_FCALL 0
5 ASSIGN !0, $1
18 6 CAST 7 ~4 !0
7 ASSIGN !0, ~4
19 8 INIT_FCALL 'var_dump'
9 SEND_VAR !0
10 DO_ICALL
11 > RETURN 1
Class MyOrderClass:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/LF2ps
function name: __construct
number of ops: 10
compiled vars: !0 = $id, !1 = $many, !2 = $cost
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
8 0 E > RECV !0
1 RECV !1
2 RECV !2
10 3 ASSIGN_OBJ 'id'
4 OP_DATA !0
11 5 ASSIGN_OBJ 'many'
6 OP_DATA !1
12 7 ASSIGN_OBJ 'cost'
8 OP_DATA !2
14 9 > RETURN null
End of function __construct
End of class MyOrderClass.
Generated using Vulcan Logic Dumper, using php 8.0.0