I am reading some PHP code that I could not understand:
class foo { function select($p1, $dbh=null) { if ( is_null($dbh) ) $dbh = $this->dbh
PHP is not strict about requiring class property declarations.
E_STRICT
NULL