| Summary: | Variable functions found as syntax error. | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Dan <DunnKz> |
| Component: | PDT | Assignee: | PHP Debug <php.debug-inbox> |
| Status: | CLOSED INVALID | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | ganoro, silviya |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
There is a typo: "above", not "below". please set your project setting to accept php 5.3 syntax Confirmed by QA: - if the project was 5.2 this will be marked as error - if the project is set to be 5.3, it is OK - no errors or warnings. Closing the issue. |
Build Identifier: 20100617-1415 Example of code that generates error: <?php $example = function () { echo 'Eclipse Bug'; }; $example(); ?> On the 2nd line, the word "function" is underlined. Reproducible: Always Steps to Reproduce: 1. Copy and paste my snippet I posted below.