Dup Ver Goto 📝

PHP Linting

PT2/lang/php/debugging php debug lint does not exist
To
8 lines, 30 words, 168 chars Page 'Linting' does not exist.

This will just tell you whether or not there are syntax errors

php -l a.php

To see actually errors

php -d display_errors=1 -d error_reporting=4 -l a.php