From kdevelop-bugs Sat Aug 25 19:51:29 2012 From: Andrew Udvare Date: Sat, 25 Aug 2012 19:51:29 +0000 To: kdevelop-bugs Subject: [Bug 305776] New: PHP: Closure in method causes method to be listed twice in Outline Message-Id: X-MARC-Message: https://marc.info/?l=kdevelop-bugs&m=134592439512552 https://bugs.kde.org/show_bug.cgi?id=305776 Bug ID: 305776 Severity: normal Version: 4.3.1 Priority: NOR Assignee: kdevelop-bugs@kdevelop.org Summary: PHP: Closure in method causes method to be listed twice in Outline Classification: Unclassified OS: Linux Reporter: audvare@gmail.com Hardware: Gentoo Packages Status: UNCONFIRMED Component: Language Support: PHP Product: kdevelop If a closure exists in a method, that method gets listed twice in the Outline. What is interesting is that the second time it is listed, casing is respected. Reproducible: Always Steps to Reproduce: 1. Write code like the following in a PHP project: