| Summary: | [Content Assist] Static method is not suggested | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Roy Ganor <ganoro> |
| Component: | PDT | Assignee: | PHP Core <php.core-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | major | ||
| Priority: | P1 | CC: | gadi |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows 7 | ||
| Whiteboard: | |||
fixed in head Verified fixed. Kalin Yanev kalin.a@zend.com |
1. Use the following file: class MyCls { static function foo() { } } if (MyCls::foo() > MyCls::|) { } 2. Where the | hit content assist expected: foo() method actuall: foo() is not suggested comment: the left hand side of the boolean expression works.