Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Avre7 function name: (null) number of ops: 11 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 20 0 E > NEW $0 'HelloWorld' 1 DO_FCALL 0 2 FETCH_OBJ_R ~2 $0, 'say' 3 CONCAT ~3 ~2, '%0A' 4 ECHO ~3 21 5 NEW $4 'HelloNewWorld' 6 DO_FCALL 0 7 FETCH_OBJ_R ~6 $4, 'say' 8 CONCAT ~7 ~6, '%0A' 9 ECHO ~7 22 10 > RETURN 1 Class HelloWorld: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Avre7 function name: __construct number of ops: 3 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 9 0 E > ASSIGN_OBJ 'say' 1 OP_DATA 'Hello+World' 10 2 > RETURN null End of function __construct End of class HelloWorld. Class HelloNewWorld: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/Avre7 function name: __construct number of ops: 4 compiled vars: !0 = $say line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 15 0 E > RECV_INIT !0 'Hello+New+World' 1 ASSIGN_OBJ 'say' 2 OP_DATA !0 17 3 > RETURN null End of function __construct End of class HelloNewWorld.
Generated using Vulcan Logic Dumper, using php 8.0.0