This document discusses various lint tools for PHP and JavaScript code checking. It describes how lint was originally developed at Bell Labs for C code checking and does static code analysis without execution. For PHP, the built-in php -l command and third party tools like PHPLint are presented. For JavaScript, JSLint is highlighted as a tool that detects obscure errors. The document notes that lint tools find technical errors but not logical errors.