//Constants can be placed without quotation marks
define(YH,'Don't be confused about the future, calm down and code when you are confused');
echo YH;
(O_O)2019-09-19 21:26:09
When defining a constant, the first parameter must also be quoted.
For example, define("YH",'I am a good person')