[Bug 59921] New: phpsupport doesn't handle reference operator for functions
Klaus Dorninger
klaus at xweb.cc
Tue Jun 17 02:12:05 UTC 2003
------- You are receiving this mail because: -------
You are the assignee for the bug, or are watching the assignee.
http://bugs.kde.org/show_bug.cgi?id=59921
Summary: phpsupport doesn't handle reference operator for
functions
Product: kdevelop
Version: CVS
Platform: Debian testing
OS/Version: Linux
Status: UNCONFIRMED
Severity: normal
Priority: NOR
Component: general
AssignedTo: kdevelop-devel at kdevelop.org
ReportedBy: klaus at xweb.cc
Version: CVS (using KDE KDE 3.1.2)
Installed from: Debian testing/unstable Packages
Compiler: gcc 3.3
OS: Linux
The php parser currently only parses functions which are not returning by reference. So a function like this will not be listed in the class-view:
class foo
{
var $data;
function &bar()
{
return $data;
}
}
More information about the KDevelop-devel
mailing list