Community
Participate
Working Groups
Searching references (Ctrl-Shift-G) gives ambiguous results: 1. Searching for method results in the list of occurrences of all the methods of all the classes which have the same name. Should only give the actual method occurrences and occurrences of methods of overridding classes, when the method is not overridden. 1.1. Search for constructor is not usable at all. It results with list of all the declarations of constructors of all the classes. Instead it should match instantiaions of the current class only and constructors of overridding classes, when constructor is itself is not overridden. 2. Search for protected/public class field doesn't work (e.g. protected field in extending classes). 3. Search for constants doesn't work.
not available in PDT. Invalid.
Closing as 'invalid' 1. and 1.1: Such a filter is not available in PDT 2. You should put $ sign as first char in Search string field (under PHP search dialog) in order to have matching result. Currently it works. 3. constants/ class constanct can be matched by ticking 'Field' button in PHP search dialog. It gives correct result. Kalin Yanev kalin.a@zend.com
(In reply to comment #2) > Closing as 'invalid' > 1. and 1.1: > Such a filter is not available in PDT > > 2. > You should put $ sign as first char in Search string field (under PHP search > dialog) in order to have matching result. Currently it works. > > 3. constants/ class constanct can be matched by ticking 'Field' button in PHP > search dialog. It gives correct result. Searching references (Ctrl-Shift-G) is not related to the PHP Search dialog.