Dup Goto 📝

PHP Linting

PT2/lang/php/debugging php debug lint 02-04 13:34:50
To Pop
8 lines, 30 words, 168 chars Sunday 2024-02-04 13:34:50

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