Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/OPTLj
function name: (null)
number of ops: 15
compiled vars: !0 = $obj, !1 = $serialized, !2 = $unserialized
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
11 0 E > NEW $3 'ReadonlyWakeup'
1 SEND_VAL_EX 'test'
2 DO_FCALL 0
3 ASSIGN !0, $3
12 4 INIT_FCALL 'serialize'
5 SEND_VAR !0
6 DO_ICALL $6
7 ASSIGN !1, $6
13 8 INIT_FCALL 'unserialize'
9 SEND_VAR !1
10 DO_ICALL $8
11 ASSIGN !2, $8
14 12 FETCH_OBJ_R ~10 !2, 'value'
13 ECHO ~10
15 14 > RETURN 1
Class ReadonlyWakeup:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/OPTLj
function name: __construct
number of ops: 4
compiled vars: !0 = $value
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
4 0 E > RECV !0
1 ASSIGN_OBJ 'value'
2 OP_DATA !0
3 > RETURN null
End of function __construct
Function __wakeup:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/OPTLj
function name: __wakeup
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
7 0 E > ASSIGN_OBJ 'value'
1 OP_DATA 'set+on+wakeup'
8 2 > RETURN null
End of function __wakeup
End of class ReadonlyWakeup.
Generated using Vulcan Logic Dumper, using php 8.5.0