Cool. I just read the link and it said that using set_ini() to set the value of display_errors() might not work all the time. I think I'll just have the master values set to what I want them to be. That should be enough, right? That way, I don't have to worry about making all these function calls at the beginning of every PHP script.
Additionally, I noticed (using phpinfo()) that the master value of error_reporting is set to 2039. Is this the equivalent of it being set to E_ALL?