Suppressing errors in PHP
It looks like fatal errors can't be suppressed using the @ sign anymore in my PHP setup using MAMP.
I had this all along in PHP 7.4:
@session_destroy(); # Throws an error in PHP7, so hence the @
When I switched to PHP 8.0.0 the fatal error still show...
anjanesh.dev1 min read