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