Skip to main content
Welcome, Guest. Please login.

Login with username, password and session length
51 Guests, 0 Users

Recent

Topic: PHP Recursive Lint Check (Read 8792 times) previous topic - next topic

PHP Recursive Lint Check

Code: [Select]
find . -type f -name '*.php' -exec php -l {} \;