Php Check Syntax Error Folder

[Solved] Php Check Syntax Error Folder | Php - Code Explorer | yomemimo.com
Question : php check syntax error folder

Answered by : francisco

find . -iname '*.php' -exec php -l '{}' \; | grep '^No syntax errors' -v | less

Source : https://gist.github.com/Fake51/865603 | Last Update : Wed, 09 Feb 22

Answers related to php check syntax error folder

Code Explorer Popular Question For Php