Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DnL56 function name: (null) number of ops: 14 compiled vars: !0 = $f line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 20 0 E > NEW $1 'Dog' 1 SEND_VAL_EX <true> 2 DO_FCALL 0 3 ASSIGN !0, $1 21 4 INIT_FCALL 'var_export' 5 ISSET_ISEMPTY_PROP_OBJ ~4 !0, 'woof' 6 SEND_VAL ~4 7 DO_ICALL 22 8 ECHO '%0A' 23 9 INIT_FCALL 'var_export' 10 ISSET_ISEMPTY_PROP_OBJ ~6 !0, 'woof' 11 SEND_VAL ~6 12 DO_ICALL 13 > RETURN 1 Class Dog: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DnL56 function name: __construct number of ops: 4 compiled vars: !0 = $woof line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 4 0 E > RECV !0 1 ASSIGN_OBJ 'woof' 2 OP_DATA !0 3 > RETURN null End of function __construct Function __isset: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5 Branch analysis from position: 3 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 5 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DnL56 function name: __isset number of ops: 7 compiled vars: !0 = $name line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 5 0 E > RECV !0 6 1 IS_IDENTICAL !0, 'woof' 2 > JMPZ ~1, ->5 7 3 > FETCH_OBJ_R ~2 'woof' 4 > RETURN ~2 9 5 > > RETURN <false> 10 6* > RETURN null End of function __isset Function __get: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 3, Position 2 = 5 Branch analysis from position: 3 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 5 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/DnL56 function name: __get number of ops: 7 compiled vars: !0 = $name line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 12 0 E > RECV !0 13 1 IS_IDENTICAL !0, 'woof' 2 > JMPZ ~1, ->5 14 3 > FETCH_OBJ_R ~2 'woof' 4 > RETURN ~2 16 5 > > RETURN <false> 17 6* > RETURN null End of function __get End of class Dog.
Generated using Vulcan Logic Dumper, using php 8.0.0