Currently installed php version 5.3.10. It is not reporting any kind of errors like syntax error e.g.
<?php
define("variable" , 10);
variable++;
echo variable;
?>
This code has an error and browser should display it . But browser window is empty
Display error is off as I see in the information given by the phpinfo() in column php core.
I want it to be turned on.