Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ZU0P3
function name: (null)
number of ops: 24
compiled vars: !0 = $dom, !1 = $serialized, !2 = $unserialized
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
17 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
18 5 INIT_METHOD_CALL !0, 'loadXML'
6 SEND_VAL_EX '%3Ctag%3Evalue%3C%2Ftag%3E'
7 DO_FCALL 0
20 8 INIT_FCALL 'serialize'
9 SEND_VAR !0
10 DO_ICALL $7
11 ASSIGN !1, $7
21 12 INIT_FCALL 'unserialize'
13 SEND_VAR !1
14 DO_ICALL $9
15 ASSIGN !2, $9
23 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 __serialize:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ZU0P3
function name: __serialize
number of ops: 7
compiled vars: none
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > INIT_METHOD_CALL 'saveXML'
1 DO_FCALL 0 $0
2 INIT_ARRAY ~1 $0, 'xmlData'
3 VERIFY_RETURN_TYPE ~1
4 > RETURN ~1
8 5* VERIFY_RETURN_TYPE
6* > RETURN null
End of function __serialize
Function __unserialize:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/ZU0P3
function name: __unserialize
number of ops: 7
compiled vars: !0 = $data
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
10 0 E > RECV !0
12 1 INIT_METHOD_CALL 'loadXML'
2 CHECK_FUNC_ARG
3 FETCH_DIM_FUNC_ARG $1 !0, 'xmlData'
4 SEND_FUNC_ARG $1
5 DO_FCALL 0
13 6 > RETURN null
End of function __unserialize
End of class SerializableDomDocument.
Generated using Vulcan Logic Dumper, using php 8.0.0