Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/8jcVI function name: (null) number of ops: 6 compiled vars: !0 = $b line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 29 0 E > NEW $1 'b' 1 DO_FCALL 0 2 ASSIGN !0, $1 30 3 INIT_METHOD_CALL !0, 'foo' 4 DO_FCALL 0 5 > RETURN 1 Class a: [no user functions] Class b: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/8jcVI function name: __construct number of ops: 3 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 11 0 E > ASSIGN_OBJ 'aa' 1 OP_DATA 10 12 2 > RETURN null End of function __construct Function foo: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/8jcVI function name: foo number of ops: 8 compiled vars: !0 = $c line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 16 0 E > NEW $1 'c' 1 DO_FCALL 0 2 ASSIGN !0, $1 17 3 INIT_METHOD_CALL !0, 'foo' 4 FETCH_THIS $4 5 SEND_VAR_EX $4 6 DO_FCALL 0 18 7 > RETURN null End of function foo End of class b. Class c: Function foo: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/8jcVI function name: foo number of ops: 6 compiled vars: !0 = $b line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 23 0 E > RECV !0 25 1 INIT_FCALL 'print_r' 2 FETCH_OBJ_R ~1 !0, 'aa' 3 SEND_VAL ~1 4 DO_ICALL 26 5 > RETURN null End of function foo End of class c.
Generated using Vulcan Logic Dumper, using php 8.0.0