Make sure you also include error_reporting(E_ALL); — otherwise no errors will be reported even if display is enabled.
error_reporting(E_ALL);
If log_errors = On and display_errors = Off, errors will be written to a log file (check error_log path in php.ini).
log_errors = On
display_errors = Off
error_log
php.ini