Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/m8sgc
function name: (null)
number of ops: 24
compiled vars: !0 = $dom, !1 = $serialized, !2 = $unserialized
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
20 0 E > NEW $3 'SerializableDomDocument'
1 SEND_VAL_EX '1.0'
2 SEND_VAL_EX 'UTF-8'
3 DO_FCALL 0
4 ASSIGN !0, $3
21 5 INIT_METHOD_CALL !0, 'loadXML'
6 SEND_VAL_EX '%3Ctag%3Evalue%3C%2Ftag%3E'
7 DO_FCALL 0
23 8 INIT_FCALL 'serialize'
9 SEND_VAR !0
10 DO_ICALL $7
11 ASSIGN !1, $7
24 12 INIT_FCALL 'unserialize'
13 SEND_VAR !1
14 DO_ICALL $9
15 ASSIGN !2, $9
26 16 ROPE_INIT 4 ~13 'Serialized%3A%09'
17 ROPE_ADD 1 ~13 ~13, !1
18 ROPE_ADD 2 ~13 ~13, '%0A-----------%0ARestored%3A%09'
19 INIT_METHOD_CALL !2, 'saveXml'
20 DO_FCALL 0 $11
21 ROPE_END 3 ~12 ~13, $11
22 ECHO ~12
23 > RETURN 1
Class SerializableDomDocument:
Function __sleep:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/m8sgc
function name: __sleep
number of ops: 7
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
9 0 E > INIT_METHOD_CALL 'saveXML'
1 DO_FCALL 0 $1
2 ASSIGN_OBJ 'xmlData'
3 OP_DATA $1
10 4 > RETURN <array>
11 5* VERIFY_RETURN_TYPE
6* > RETURN null
End of function __sleep
Function __wakeup:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/m8sgc
function name: __wakeup
number of ops: 6
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
15 0 E > INIT_METHOD_CALL 'loadXML'
1 CHECK_FUNC_ARG
2 FETCH_OBJ_FUNC_ARG $0 'xmlData'
3 SEND_FUNC_ARG $0
4 DO_FCALL 0
16 5 > RETURN null
End of function __wakeup
End of class SerializableDomDocument.
Generated using Vulcan Logic Dumper, using php 8.0.0