| Summary: | function reference is not found | ||
|---|---|---|---|
| Product: | z_Archived | Reporter: | Kalin <kalin.a> |
| Component: | PDT | Assignee: | PHP UI <php.ui-inbox> |
| Status: | CLOSED FIXED | QA Contact: | |
| Severity: | normal | ||
| Priority: | P3 | CC: | silviya |
| Version: | unspecified | ||
| Target Milestone: | --- | ||
| Hardware: | PC | ||
| OS: | Windows XP | ||
| Whiteboard: | |||
Found in pdt 3.0 can not be reproduced now I remember this bug was fixed long ago. It is no longer reproducible so I'm closing it |
Have the following code in a php file under PHP project: <?php class Test { public function ff(){ } } $rt = new Test(); $rt->ff(); Open PHP Search dialog. Search string: ff Search for: Method Limit to: References. Scope: Workspace Press Finish. Expected: 1 occurrence in workspace should be found. (related to $rt->ff();) Actual: Nothing was found. Note: If you type Test\ff() in Search string dialog, the searched reference will be found.