Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DPpCJ
function name: (null)
number of ops: 13
compiled vars: !0 = $subclass, !1 = $object
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > DECLARE_CLASS 'myobject'
13 1 DECLARE_CLASS 'yourobjectinterface'
15 2 DECLARE_CLASS 'yourobject', 'myobject'
23 3 NEW $2 'YourSubclass'
4 DO_FCALL 0
5 ASSIGN !0, $2
25 6 NEW $5 'YourObject'
7 DO_FCALL 0
8 ASSIGN !1, $5
27 9 INIT_METHOD_CALL !0, 'bar'
10 SEND_VAR_EX !1
11 DO_FCALL 0
12 > RETURN 1
Class MyObjectInterface: [no user functions]
Class MyObject: [no user functions]
Class MyBaseClass:
Function bar:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DPpCJ
function name: bar
number of ops: 5
compiled vars: !0 = $object
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > RECV !0
9 1 VERIFY_RETURN_TYPE !0
2 > RETURN !0
10 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function bar
End of class MyBaseClass.
Class YourObjectInterface: [no user functions]
Class YourObject: [no user functions]
Class YourSubclass:
Function bar:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/DPpCJ
function name: bar
number of ops: 5
compiled vars: !0 = $object
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
18 0 E > RECV !0
19 1 VERIFY_RETURN_TYPE !0
2 > RETURN !0
20 3* VERIFY_RETURN_TYPE
4* > RETURN null
End of function bar
End of class YourSubclass.
Generated using Vulcan Logic Dumper, using php 8.5.0