1
0
mirror of https://github.com/php/doc-en.git synced 2026-03-23 23:32:18 +01:00

Fix E_ALL constant value (#4724)

This commit is contained in:
Luffy
2025-06-11 10:13:53 +08:00
committed by GitHub
parent 17502ebe06
commit 4c9b6ff9fb

View File

@@ -328,8 +328,13 @@
Bit-mask that contains every single error, warning, and notice.
</simpara>
<simpara>
Value of the constant: <literal>32767</literal>
Value of the constant: <literal>30719</literal>
</simpara>
<warning>
<simpara>
Prior to PHP 8.4, the constant value was: <literal>32767</literal>
</simpara>
</warning>
</listitem>
</varlistentry>