Is there a way to specify a start file and have php build a new file out of the inludes and requires it finds? Say I have 5 files, #1 includes the other 4 at runtime. Can I have it take the code in those other files and insert it where the include is the way PHP does when it runs?