https://bugs.kde.org/show_bug.cgi?id=245832 Summary: Switch / case is highlighted as error in PHP Product: kdevelop Version: SVN Platform: Compiled Sources OS/Version: Linux Status: UNCONFIRMED Severity: normal Priority: NOR Component: Language Support: PHP AssignedTo: kdevelop-bugs@kdevelop.org ReportedBy: ashaduri@gmail.com Version: SVN (using KDE 4.4.3) OS: Linux Just updated to Git master of KDevelop/KDevplatform/php, and the following code is all squiggly: $v = 5; switch($v) { case 1: case 2: // squiggles under "case" and ":" break; case 3: // squiggles under ":" break; } Thanks Reproducible: Always openSUSE 11.1 x86_64 -- Configure bugmail: https://bugs.kde.org/userprefs.cgi?tab=email ------- You are receiving this mail because: ------- You are the assignee for the bug. _______________________________________________ KDevelop-bugs mailing list KDevelop-bugs@kdevelop.org https://barney.cs.uni-potsdam.de/mailman/listinfo/kdevelop-bugs