Display errors could be turned off in the php.ini
or your Apache configuration file.
You can turn it on in the script:
error_reporting(E_ALL);
ini_set('display_errors', '1');
You should see the same messages in the PHP error log.
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…