Typically I use E_ALL to see anything that PHP might say about my code to try and improve it.
E_ALL
I just noticed a error constant E_STRICT, but
E_STRICT
ini_set("display_errors","2"); ERROR_REPORTING(E_ALL);