PHP 8.2.20 Released!

Voting

: one minus one?
(Example: nine)

The Note You're Voting On

Joachim Kruyswijk
19 years ago
The constant name can be an empty string.

Code:

define("", "foo");
echo constant("");

Output:

foo

<< Back to user notes page

To Top