If the constant is not quoted outside, an error will be reported.
family
family 2019-09-18 15:33:50
0
1
1283

//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;


family
family

reply all(1)
(O_O)

When defining a constant, the first parameter must also be quoted.

For example, define("YH",'I am a good person')

Latest Downloads
More>
Web Effects
Website Source Code
Website Materials
Front End Template