Rate this script:  I Love it  /   I Hate it

Check the syntax of a bunch of PHP files all at once


Code


find ./ -type f -name \*.php -exec php -l {} \;
 

 

 
Check the syntax of a bunch of PHP files all at once scripts | Check the syntax of a bunch of PHP files all at once snippet | Check the syntax of a bunch of PHP files all at once example | Check the syntax of a bunch of PHP files all at once tutorial | Check the syntax of a bunch of PHP files all at once code