Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/1PYEd function name: (null) number of ops: 3 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 9 0 E > DECLARE_CLASS 'implementingsomeinterface' 16 1 DECLARE_CLASS 'extendingclassimplementingsomeinterface', 'implementingsomeinterface' 22 2 > RETURN 1 Class SomeInterface: Function getlist: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/1PYEd function name: getList number of ops: 2 compiled vars: !0 = $a line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 5 0 E > RECV !0 1 > RETURN null End of function getlist End of class SomeInterface. Class ImplementingSomeInterface: Function getlist: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/1PYEd function name: getList number of ops: 3 compiled vars: !0 = $a, !1 = $b line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 11 0 E > RECV !0 1 RECV_INIT !1 <false> 13 2 > RETURN null End of function getlist End of class ImplementingSomeInterface. Class ExtendingClassImplementingSomeInterface: Function getlist: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/1PYEd function name: getList number of ops: 2 compiled vars: !0 = $a line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 19 0 E > RECV !0 21 1 > RETURN null End of function getlist End of class ExtendingClassImplementingSomeInterface.
Generated using Vulcan Logic Dumper, using php 8.0.0