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:
@@ -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>
|
||||
|
||||
|
||||
Reference in New Issue
Block a user