Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/T7Os5
function name: (null)
number of ops: 13
compiled vars: !0 = $RootNode, !1 = $ChildNode
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
16 0 E > NEW $2 'MyNode'
1 SEND_VAL_EX 'Root'
2 SEND_VAL_EX null
3 DO_FCALL 0
4 ASSIGN !0, $2
17 5 ECHO 'done+root+x%0A'
18 6 NEW $5 'MyNode'
7 SEND_VAL_EX 'Child1'
8 SEND_VAR_EX !0
9 DO_FCALL 0
10 ASSIGN !1, $5
19 11 ECHO 'done+child%0A'
12 > RETURN 1
Class MyNode:
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/T7Os5
function name: __construct
number of ops: 16
compiled vars: !0 = $name, !1 = $parent
line #* E I O op fetch ext return operands
-------------------------------------------------------------------------------------
7 0 E > RECV !0
1 RECV !1
8 2 ECHO 'in+constructor%0A'
9 3 ASSIGN_OBJ 'name'
4 OP_DATA !0
10 5 FETCH_OBJ_R ~3 'name'
6 CONCAT ~4 'name%3A+', ~3
7 CONCAT ~5 ~4, '.%0A'
8 ECHO ~5
11 9 ASSIGN_OBJ 'parent'
10 OP_DATA !1
12 11 FETCH_OBJ_R ~7 'parent'
12 CONCAT ~8 'parent%3A+', ~7
13 CONCAT ~9 ~8, '.%0A'
14 ECHO ~9
13 15 > RETURN null
End of function __construct
End of class MyNode.
Generated using Vulcan Logic Dumper, using php 8.0.0