Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/5SH8M function name: (null) number of ops: 9 compiled vars: !0 = $base line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 17 0 E > NEW $1 'baseClass' 1 DO_FCALL 0 2 ASSIGN !0, $1 18 3 ASSIGN_OBJ !0, 'base_class' 4 OP_DATA <array> 19 5 FETCH_OBJ_W $5 !0, 'base_class' 6 ASSIGN_DIM $5, 'test' 7 OP_DATA 'hi' 20 8 > RETURN 1 Class baseClass: Function __get: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/5SH8M function name: __get number of ops: 11 compiled vars: !0 = $var line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 4 0 E > RECV !0 5 1 ROPE_INIT 3 ~2 'got+' 2 ROPE_ADD 1 ~2 ~2, !0 3 ROPE_END 2 ~1 ~2, '%3Cbr%3E' 4 ECHO ~1 6 5 INIT_FCALL 'var_dump' 6 FETCH_OBJ_R ~4 'vars' 7 FETCH_DIM_R ~5 ~4, !0 8 SEND_VAL ~5 9 DO_ICALL 7 10 > RETURN null End of function __get Function __set: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/5SH8M function name: __set number of ops: 19 compiled vars: !0 = $var, !1 = $value line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 8 0 E > RECV !0 1 RECV !1 9 2 ROPE_INIT 5 ~3 'set+' 3 ROPE_ADD 1 ~3 ~3, !0 4 ROPE_ADD 2 ~3 ~3, '+%3D+' 5 ROPE_ADD 3 ~3 ~3, !1 6 ROPE_END 4 ~2 ~3, '%3Cbr%3E' 7 ECHO ~2 10 8 FETCH_OBJ_W $6 'vars' 9 ASSIGN_DIM $6, !0 10 OP_DATA !1 11 11 ECHO '%3Cpre%3E' 12 12 INIT_FCALL 'var_dump' 13 FETCH_OBJ_R ~8 'vars' 14 FETCH_DIM_R ~9 ~8, !0 15 SEND_VAL ~9 16 DO_ICALL 13 17 ECHO '%3C%2Fpre%3E%3Cbr%3E' 14 18 > RETURN null End of function __set End of class baseClass.
Generated using Vulcan Logic Dumper, using php 8.0.0