Eclipse for php如何知道我的函数调用了多少。 例如foo()。 我想知道调用foo()和文件位置的位置

I am using eclipe for PHP, I could use ctrl+click jump to any function located file. Opposite above, does any trick if i want to know e.g. foo() in file foo.php how many called? which php file called foo() to use?

I can use "search" but result will be messy if the same function name located many php file.