tinoest

SysAdmin => Tutorials => Topic started by: tino on October 20, 2018, 12:15:49 pm

Title: PHP Recursive Lint Check
Post by: tino on October 20, 2018, 12:15:49 pm
Code: [Select]
find . -type f -name '*.php' -exec php -l {} \;