Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 11, Position 2 = 16 Branch analysis from position: 11 1 jumps found. (Code = 42) Position 1 = 17 Branch analysis from position: 17 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 16 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/et9v9 function name: (null) number of ops: 19 compiled vars: none line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 27 0 E > INIT_FCALL 'session_start' 1 DO_ICALL 29 2 INIT_STATIC_METHOD_CALL 'CookieManager', 'setCookies' 3 FETCH_R global ~1 '_SESSION' 4 SEND_VAL ~1 5 DO_FCALL 0 30 6 INIT_STATIC_METHOD_CALL 'CookieManager', 'isEmpty' 7 SEND_VAL 'Logger' 8 DO_FCALL 0 $3 9 BOOL_NOT ~4 $3 10 > JMPZ ~4, ->16 11 > INIT_STATIC_METHOD_CALL 'CookieManager', 'getValue' 12 SEND_VAL 'Logger' 13 DO_FCALL 0 $5 14 QM_ASSIGN ~6 $5 15 > JMP ->17 16 > QM_ASSIGN ~6 'Logger+is+not+set' 17 > ECHO ~6 18 > RETURN 1 Class CookieStorage: Function __construct: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/et9v9 function name: __construct number of ops: 4 compiled vars: !0 = $c line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 5 0 E > RECV !0 6 1 ASSIGN_OBJ 'Cookies' 2 OP_DATA !0 7 3 > RETURN null End of function __construct End of class CookieStorage. Class CookieManager: Function setcookies: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/et9v9 function name: setCookies number of ops: 7 compiled vars: !0 = $c line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 13 0 E > RECV !0 14 1 NEW $2 'CookieStorage' 2 SEND_VAR_EX !0 3 DO_FCALL 0 4 ASSIGN_STATIC_PROP 'Cookies' 5 OP_DATA $2 15 6 > RETURN null End of function setcookies Function isempty: Finding entry points Branch analysis from position: 0 2 jumps found. (Code = 43) Position 1 = 5, Position 2 = 7 Branch analysis from position: 5 1 jumps found. (Code = 42) Position 1 = 8 Branch analysis from position: 8 1 jumps found. (Code = 62) Position 1 = -2 Branch analysis from position: 7 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/et9v9 function name: isEmpty number of ops: 10 compiled vars: !0 = $i line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 17 0 E > RECV !0 18 1 FETCH_STATIC_PROP_IS ~1 'Cookies' 2 FETCH_OBJ_IS ~2 ~1, 'Cookies' 3 ISSET_ISEMPTY_DIM_OBJ 1 ~2, !0 4 > JMPZ ~3, ->7 5 > QM_ASSIGN ~4 <true> 6 > JMP ->8 7 > QM_ASSIGN ~4 <false> 8 > > RETURN ~4 19 9* > RETURN null End of function isempty Function getvalue: Finding entry points Branch analysis from position: 0 1 jumps found. (Code = 62) Position 1 = -2 filename: /in/et9v9 function name: getValue number of ops: 6 compiled vars: !0 = $i line #* E I O op fetch ext return operands ------------------------------------------------------------------------------------- 21 0 E > RECV !0 22 1 FETCH_STATIC_PROP_R unknown ~1 'Cookies' 2 FETCH_OBJ_R ~2 ~1, 'Cookies' 3 FETCH_DIM_R ~3 ~2, !0 4 > RETURN ~3 23 5* > RETURN null End of function getvalue End of class CookieManager.
Generated using Vulcan Logic Dumper, using php 8.0.0