PHP's magic constants
1) Predefined constants
<?php $errLvl = error_reporting(); for ($i = 0; $i < 15; $i++ ) { pr…
Pre-defined Error Constant
User defined Constants : <?php #Write a Program to define Your Own User d…