| Summary: | Anonymous function syntax unknown | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Anders Lindén <anderslinden> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED WORKSFORME | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | euthanasia_waltz, ganoro, kalin.a |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Linux | ||
| Whiteboard: | |||
You need to set PHP Version (Preferences > PHP > PHP Interpreter) to "PHP 5.3". Thanks for the information! So the bug is then that I can pick another php version than the last one! please create another bug with a detailed workflow. I don't see where this bug is going to (we changed the default to 5.3 in PDT Indigo 3.0) No longer reproducible. Tested in PHP 5.3 project Closing... |
Build Identifier: 20100617-1415 When I add this code: $this->find('input')->each(function($element) { }); The IDE marks the 1st and the 2nd as having an error. Reproducible: Always