| Summary: | i have a code completion of "regular" (not static) functions after PAAMAIM_NEKUDOTAIM | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Gadi Goldbarg <gadi> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | Gadi Goldbarg <gadi> |
| Severity: | major | ||
| Priority: | P2 | Keywords: | plan |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | All | ||
| OS: | All | ||
| Whiteboard: | |||
since those operations are allowed in php5 (but non-strict) the user has the option to filter them. This bug was verified on Win & Linux since those operations are allowed in php5 (but non-strict) the user has the option to filter them. |
i have this code: class foo{ public function moo() {} } foo:: // <- here i get code completion of moo() of course, that moo should not be completed (it's not static). and yes, I'm sure I'm using php5 !!!