PHP warnings despite error reporting being turned off

Solution:

Try:

ini_set("display_errors", "off");

However, depending on your host you may not have access to dynamically change ini settings like that.