[prev in list] [next in list] [prev in thread] [next in thread] 

List:       kdevelop-bugs
Subject:    [Bug 160726] New: php classes parser error glucking error
From:       sunjob alex <sunjob () mail ! ru>
Date:       2008-04-11 20:28:41
Message-ID: 20080411222840.160726.sunjob () mail ! ru
[Download RAW message or body]

------- 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=160726         
           Summary: php classes parser error glucking error
           Product: kdevelop
           Version: 3.5.1
          Platform: SuSE RPMs
        OS/Version: Linux
            Status: UNCONFIRMED
          Severity: normal
          Priority: NOR
         Component: general
        AssignedTo: kdevelop-bugs kdevelop org
        ReportedBy: sunjob mail ru


Version:           3.5.1 (using KDE 4.0.3KDE 1.2KDE 1.2)
Installed from:    SuSE RPMsCompiled From SourcesCompiled From Sources
Compiler:          parser php cless fucking parser php classes
OS:                Linux

error parse class var functikon etc... on php
example:

<?php
///////////////////////////////////////////////////////////////////////////////
//
//
class Rec
//
//
///////////////////////////////////////////////////////////////////////////////
{
var file;
///////////////////////////////////////////////////////////////////////////////
function Rec()
///////////////////////////////////////////////////////////////////////////////
{	
echo 'Rec()'; 
}
///////////////////////////////////////////////////////////////////////////////
function _Rec()
///////////////////////////////////////////////////////////////////////////////
{
echo '_Rec()';
}
///////////////////////////////////////////////////////////////////////////////
function Add()
///////////////////////////////////////////////////////////////////////////////
{
echo 'Add()'; 
}
///////////////////////////////////////////////////////////////////////////////
}
///////////////////////////////////////////////////////////////////////////////
?>

normal parsing if this (wretchedness, squalor...) :

<?php
///////////////////////////////////////////////////////////////////////////////
//
//
class Rec{
//
//
///////////////////////////////////////////////////////////////////////////////
var file;
///////////////////////////////////////////////////////////////////////////////
function Rec(){	
///////////////////////////////////////////////////////////////////////////////
echo 'Rec()'; 
}
///////////////////////////////////////////////////////////////////////////////
function _Rec(){
///////////////////////////////////////////////////////////////////////////////
echo '_Rec()';
}
///////////////////////////////////////////////////////////////////////////////
function Add(){
///////////////////////////////////////////////////////////////////////////////
echo 'Add()'; 
}
///////////////////////////////////////////////////////////////////////////////
}
///////////////////////////////////////////////////////////////////////////////
?>

_______________________________________________
KDevelop-bugs mailing list
KDevelop-bugs@kdevelop.org
https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs
[prev in list] [next in list] [prev in thread] [next in thread] 

Configure | About | News | Add a list | Sponsored by KoreLogic