Community
Participate
Working Groups
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.
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.