PHP notices shown even display_errors is Off and error_reporting is 0 – CentOS
VmWare Cloud Server CentOS Linux 7.6.1810 - Php 5.6.40 - Apache/2.4.6 test.php <?php echo($x); phpinfo(); ?> Output : Notice: Undefined variable x in /var/www/html/test.php on line 1 In CORE section of phpinfo output I have display_errors Off display_startup_errors Off error_reporting…