[Bug 74118] New: Class Browser didnt view functions list with methodes in PHP5 (private protected public)

Juergen Heinemann heinemann.juergen at t-online.de
Wed Feb 4 10:58:08 UTC 2004


------- 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=74118      
           Summary: Class Browser didnt view functions list with methodes in
                    PHP5 (private protected public)
           Product: kdevelop
           Version: 3.0.0b2
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-devel at kdevelop.org
        ReportedBy: heinemann.juergen at t-online.de


Version:           3.0.0b2 (using KDE KDE 3.1.4)
Installed from:    SuSE RPMs
Compiler:          gcc (GCC) 3.3.1 (SuSE Linux) --prefix=/opt/kde3 --sysconfdir=/etc --enable-autoproject --enable-scriptproject --enable-trollproject --enable-customproject --enable-cvs --with-qtdoc-dir=/usr/lib/qt3/doc/html --with-extra-libs=/srv/www/modules --with-extra-includes=/opt/kde3/include --enable-kate --enable-kdbg --enable-kwrite
OS:          Linux

The Class Browser didn't view private, protected, public functions or Methods in file tree, work with php 5 Scripts.
Example:
    protected function error($m, $l = "", $info = "")
    {
        print "<pre>" . $m . $l . $info . "</pre>";
        return exit;
    }




More information about the KDevelop-devel mailing list