Voting

: five plus three?
(Example: nine)

The Note You're Voting On

jcastromail at yahoo dot es
4 years ago
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

?>

<< Back to user notes page

To Top