Loose mode can be activated by:

$mysecure->strict(false);

or by

$mysecure->loose(true);

SecurePHP will then treat errors as they are treated by PHP defaults.