Let\'s say I have defined the constant ERROR_0 as follows:
ERROR_0
define("ERROR_0","An error occurred.")
Now, let\'s sa
Use constant function
echo constant("ERROR_0");