Constant 1 is Unchanged.
Constant 2 is Unchangeable.
Constants are like variables, but once they are defined they are unable to be changed in any manner. You can set a constant using the define() function, while setting a variable uses $varname = varvalue.