Feel free to correct me if I'm wrong, but I believe you can use ini_set() to change the options for both display_errors and error_reporting which *should* override the php.ini during the execution of the script.
I have not testing this myself though, because my server allows errors, and my...