Please add support for navigation to other PHP files included or used in the project.
E.g.
----------
require_once('init.php');
----------
when the cursor is place on 'init.php' it should navigate to it, the same way it's done in JSP too.
Of course, this should happen only when the parameter is a simple string and has the .php extension (and a file is found).