Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 42) Position 1 = 11 Branch analysis from position: 11 1 jumps found. (Code = 62) Position 1 = -2 Found catch point at position: 6 Branch analysis from position: 6 2 jumps found. (Code = 107) Position 1 = 7, Position 2 = -2 Branch analysis from position: 7 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/X76pV function name: (null) number of ops: 16 compiled vars: !0 = $foo, !1 = $e line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 15 0 E > NEW $2 'Foo' 1 DO_FCALL 0 2 ASSIGN !0, $2 17 3 ASSIGN_OBJ !0, 'bar' 4 OP_DATA 42 5 > JMP ->11 18 6 E > > CATCH last 'Throwable' 19 7 > INIT_METHOD_CALL !1, 'getMessage' 8 DO_FCALL 0 $6 9 ECHO $6 10 ECHO '%0A' 22 11 > INIT_METHOD_CALL !0, 'unsetBar' 12 DO_FCALL 0 23 13 ASSIGN_OBJ !0, 'bar' 14 OP_DATA 42 24 15 > RETURN 1 Class Foo: Function __set: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/X76pV function name: __set number of ops: 9 compiled vars: !0 = $name, !1 = $value line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 6 0 E > RECV !0 1 RECV !1 7 2 ROPE_INIT 5 ~3 '__set%28' 3 ROPE_ADD 1 ~3 ~3, !0 4 ROPE_ADD 2 ~3 ~3, '%2C+' 5 ROPE_ADD 3 ~3 ~3, !1 6 ROPE_END 4 ~2 ~3, '%29%0A' 7 ECHO ~2 8 8 > RETURN null End of function __set Function unsetbar: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/X76pV function name: unsetBar number of ops: 2 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 11 0 E > UNSET_OBJ 'bar' 12 1 > RETURN null End of function unsetbar End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0