On Thu, 2008-02-28 at 18:58 -0800, Richard S. Crawford wrote: > I'm trying to figure out a way to make sure an included PHP file has no syntax > errors before actually including it as a part of project. Is this even > possible? I'm running into brick walls. I don't believe there is a function to do this. What can be done though is to call the cli binary with the -l flag and have the file syntax checked that way. php -l /path/to/the/source It wouldn't be very fast though as a solution. Cheers, Rob. -- .------------------------------------------------------------. | InterJinn Application Framework - http://www.interjinn.com | :------------------------------------------------------------: | An application and templating framework for PHP. Boasting | | a powerful, scalable system for accessing system services | | such as forms, properties, sessions, and caches. InterJinn | | also provides an extremely flexible architecture for | | creating re-usable components quickly and easily. | `------------------------------------------------------------' -- PHP General Mailing List (http://www.php.net/) To unsubscribe, visit: http://www.php.net/unsub.php