Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/fSSMK function name: (null) number of ops: 15 compiled vars: !0 = $foo, !1 = $bar line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 18 0 E > NEW $2 'Foo' 1 DO_FCALL 0 2 ASSIGN !0, $2 19 3 INIT_FCALL 'var_dump' 4 ISSET_ISEMPTY_PROP_OBJ ~5 !0, 'baz' 5 SEND_VAL ~5 6 DO_ICALL 21 7 NEW $7 'Bar' 8 DO_FCALL 0 9 ASSIGN !1, $7 22 10 INIT_FCALL 'var_dump' 11 ISSET_ISEMPTY_PROP_OBJ ~10 !1, 'baz' 12 SEND_VAL ~10 13 DO_ICALL 14 > RETURN 1 Class Foo: Function __get: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/fSSMK function name: __get number of ops: 3 compiled vars: !0 = $prop line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 4 0 E > RECV !0 5 1 > RETURN 'foo' 6 2* > RETURN null End of function __get End of class Foo. Class Bar: Function __get: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/fSSMK function name: __get number of ops: 3 compiled vars: !0 = $prop line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 10 0 E > RECV !0 11 1 > RETURN '0' 12 2* > RETURN null End of function __get Function __isset: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/fSSMK function name: __isset number of ops: 3 compiled vars: !0 = $prop line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 13 0 E > RECV !0 14 1 > RETURN <true> 15 2* > RETURN null End of function __isset End of class Bar.
Generated using Vulcan Logic Dumper, using php 8.0.0