Under PHP 8.0, error_reporting() does not return 0 when then the code uses a @ character.
For example
<?php
$a=$array[20]; // error_reporting() returns 0 in php <8 and 4437 in PHP>=8
?>
Under PHP 8.0, error_reporting() does not return 0 when then the code uses a @ character.
For example
<?php
$a=$array[20]; // error_reporting() returns 0 in php <8 and 4437 in PHP>=8
?>