Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/sI3AE function name: (null) number of ops: 14 compiled vars: !0 = $objFoo, !1 = $updateInfo line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 13 0 E > NEW $2 'Foo' 1 DO_FCALL 0 2 ASSIGN !0, $2 15 3 ASSIGN_DIM !1, 'bar1' 4 OP_DATA 'newVal' 16 5 ASSIGN_DIM !1, 'property' 6 OP_DATA 'bar1' 17 7 INIT_METHOD_CALL !0, 'Update' 8 SEND_VAR_EX !1 9 DO_FCALL 0 18 10 INIT_FCALL 'var_dump' 11 SEND_VAR !0 12 DO_ICALL 13 > RETURN 1 Class Foo: Function update: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/sI3AE function name: Update number of ops: 7 compiled vars: !0 = $updateInfo line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 7 0 E > RECV !0 9 1 FETCH_DIM_R ~3 !0, 'property' 2 FETCH_DIM_R ~4 !0, ~3 3 FETCH_OBJ_W $1 !0 4 ASSIGN_DIM $1, 'property' 5 OP_DATA ~4 10 6 > RETURN null End of function update End of class Foo.
Generated using Vulcan Logic Dumper, using php 8.0.0