| Summary: | No support for conditional constant definition | ||
|---|---|---|---|
| Product: | [Applications] kdevelop | Reporter: | Heinz Wiesinger <pprkut> |
| Component: | Language Support: PHP | Assignee: | kdevelop-bugs-null |
| Status: | CONFIRMED --- | ||
| Severity: | normal | CC: | jay |
| Priority: | NOR | ||
| Version First Reported In: | 4.2.0 | ||
| Target Milestone: | --- | ||
| Platform: | Compiled Sources | ||
| OS: | Linux | ||
| Latest Commit: | Version Fixed/Implemented In: | ||
| Sentry Crash Report: | |||
@Heinz: Still valid? Confirmed under KDevelop 5. *** Bug 276663 has been marked as a duplicate of this bug. *** |
Version: 4.2.0 (using KDE 4.5.5) OS: Linux When confronted with code like this: if ($test) { define("A", 1); } else { define("A", 2); } the parser shows an error on the second define, complaining about it being already defined. Reproducible: Always