Is there a way to display the source code of somepage.php when you go to somepagesrc.php? IOW, is there a PHP function that will in somepage
somepage.php
somepagesrc.php
somepage
or you could use Reflection through which you could easily get functions, variables, and even comments.
Reflection
http://www.php.net/manual/en/intro.reflection.php