The Little Guy Posted April 19, 2010 Share Posted April 19, 2010 Is there a tool that that walks through a php file and displays which files are being used, files such as: - Class files - included files Basically every single file that was used when running the page.. Link to comment https://forums.phpfreaks.com/topic/198975-php-step-tool/ Share on other sites More sharing options...
ignace Posted April 19, 2010 Share Posted April 19, 2010 get_included_files, get_declared_classes Link to comment https://forums.phpfreaks.com/topic/198975-php-step-tool/#findComment-1044448 Share on other sites More sharing options...
Recommended Posts
Archived
This topic is now archived and is closed to further replies.