Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/XE8WC function name: (null) number of ops: 16 compiled vars: !0 = $obj, !1 = $odj line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 4 0 E > NEW $2 'SomeClass' 1 DO_FCALL 0 2 ASSIGN !0, $2 5 3 ASSIGN_OBJ !0, 'param' 4 OP_DATA 4 6 5 FETCH_OBJ_R ~6 !0, 'param' 6 ECHO ~6 8 7 ECHO '%0A%0A' 19 8 NEW $7 'MyClass' 9 DO_FCALL 0 10 ASSIGN !1, $7 20 11 ASSIGN_OBJ !1, 'param' 12 OP_DATA 100 21 13 FETCH_OBJ_R ~11 !0, 'param' 14 ECHO ~11 15 > RETURN 1 Class SomeClass: [no user functions] Class MyClass: Function __set: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/XE8WC function name: __set number of ops: 6 compiled vars: !0 = $n, !1 = $v line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 11 0 E > RECV !0 1 RECV !1 12 2 ECHO !0 3 ECHO '%3A' 4 ECHO !1 13 5 > RETURN null End of function __set Function __get: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/XE8WC function name: __get number of ops: 3 compiled vars: !0 = $n line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 14 0 E > RECV !0 15 1 ECHO !0 16 2 > RETURN null End of function __get End of class MyClass.
Generated using Vulcan Logic Dumper, using php 8.0.0