Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Qklah
function name: (null)
number of ops: 8
compiled vars: !0 = $objMyClass
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
16 0 E > DECLARE_CLASS 'myclass'
24 1 NEW $1 'MyClass'
2 DO_FCALL 0
3 ASSIGN !0, $1
25 4 INIT_METHOD_CALL !0, 'getName'
5 DO_FCALL 0 $4
6 ECHO $4
7 > RETURN 1
Class TraitName:
Function setname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Qklah
function name: setName
number of ops: 1
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
5 0 E > > RETURN null
End of function setname
Function __construct:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Qklah
function name: __construct
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
8 0 E > INIT_METHOD_CALL 'setName'
1 DO_FCALL 0
9 2 > RETURN null
End of function __construct
Function getname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Qklah
function name: getName
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
12 0 E > FETCH_OBJ_R ~0 'name'
1 > RETURN ~0
13 2* > RETURN null
End of function getname
End of class TraitName.
Class MyClass:
Function setname:
Finding entry points
Branch analysis from position: 0
1 jumps found. (Code = 62) Position 1 = -2
filename: /in/Qklah
function name: setName
number of ops: 3
compiled vars: none
line #* E I O op fetch ext return operands
-----------------------------------------------------------------------------------------
20 0 E > ASSIGN_OBJ 'name'
1 OP_DATA 'MyClass'
21 2 > RETURN null
End of function setname
End of class MyClass.
Generated using Vulcan Logic Dumper, using php 8.5.0