Search
 
SCRIPT & CODE EXAMPLE
 
CODE EXAMPLE FOR CSHARP

php check syntax error folder

find . -iname '*.php' -exec php -l '{}' ; | grep '^No syntax errors' -v  | less
Source by gist.github.com #
 
PREVIOUS NEXT
Tagged: #php #check #syntax #error #folder
ADD COMMENT
Topic
Name
5+8 =