Skip to content

Commit 4c9b6ff

Browse files
authored
Fix E_ALL constant value (#4724)
1 parent 17502eb commit 4c9b6ff

File tree

1 file changed

+6
-1
lines changed

1 file changed

+6
-1
lines changed

reference/errorfunc/constants.xml

Lines changed: 6 additions & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -328,8 +328,13 @@
328328
Bit-mask that contains every single error, warning, and notice.
329329
</simpara>
330330
<simpara>
331-
Value of the constant: <literal>32767</literal>
331+
Value of the constant: <literal>30719</literal>
332332
</simpara>
333+
<warning>
334+
<simpara>
335+
Prior to PHP 8.4, the constant value was: <literal>32767</literal>
336+
</simpara>
337+
</warning>
333338
</listitem>
334339
</varlistentry>
335340

0 commit comments

Comments
 (0)