Relaxed Syntax With Const¶
Relaxed syntax is the possibility to use PHP keywords as method or class constant names. This leads to funny expressions, that look like something else.
The only forbidden keyword is class, as it is used to report the name of the current class.
See Also¶
Relaxed syntax with const [Try me]