Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Hc1tm function name: (null) number of ops: 1 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 38 0 E > > RETURN 1 Class Food: [no user functions] Class AnimalFood: [no user functions] Class Animal: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Hc1tm function name: __construct number of ops: 4 compiled vars: !0 = $name line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 16 0 E > RECV !0 18 1 ASSIGN_OBJ 'name' 2 OP_DATA !0 19 3 > RETURN null End of function __construct Function eat: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Hc1tm function name: eat number of ops: 7 compiled vars: !0 = $food line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 22 0 E > RECV !0 24 1 FETCH_OBJ_R ~1 'name' 2 CONCAT ~2 ~1, '+eats+' 3 GET_CLASS ~3 !0 4 CONCAT ~4 ~2, ~3 5 ECHO ~4 25 6 > RETURN null End of function eat End of class Animal. Class Dog: Function eat: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Hc1tm function name: eat number of ops: 7 compiled vars: !0 = $food line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 35 0 E > RECV !0 36 1 FETCH_OBJ_R ~1 'name' 2 CONCAT ~2 ~1, '+eats+' 3 GET_CLASS ~3 !0 4 CONCAT ~4 ~2, ~3 5 ECHO ~4 37 6 > RETURN null End of function eat Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Hc1tm function name: __construct number of ops: 4 compiled vars: !0 = $name line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 16 0 E > RECV !0 18 1 ASSIGN_OBJ 'name' 2 OP_DATA !0 19 3 > RETURN null End of function __construct End of class Dog.
Generated using Vulcan Logic Dumper, using php 8.0.0