I'm thinking I'll write a script that loops through all the PHP files
in a folder and does two tests, first to see if a file is there and
then to see if it can be included(). If file_exists() is true and
included() is false, there is probably a parse error in that file. I'll
then have the script spit out a warning for me.
Does anyone have a better idea than this?
Comment