Skip to content

Commit 6fed67f

Browse files
author
cmb
committed
Case-insensitive constants are deprecated as of PHP 7.3.0
While there is already a respective changelog entry, we also add a warning to the respective parameter. git-svn-id: http://svn.php.net/repository/phpdoc/en@345952 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent 4ada992 commit 6fed67f

File tree

1 file changed

+5
-0
lines changed

1 file changed

+5
-0
lines changed

trunk/reference/misc/functions/define.xml

Lines changed: 5 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -57,6 +57,11 @@
5757
<literal>CONSTANT</literal> and <literal>Constant</literal> represent
5858
different values.
5959
</para>
60+
<warning>
61+
<simpara>
62+
Defining case-insensitive constants is deprecated as of PHP 7.3.0.
63+
</simpara>
64+
</warning>
6065
<note>
6166
<para>
6267
Case-insensitive constants are stored as lower-case.

0 commit comments

Comments
 (0)