This line was added: error_reporting(E_ALL | E_STRICT);
display_errors is turned off using the following line:
ini_set('display_errors',0);
As a result no errors are displayed.