[doc-en] master: Fix E_ALL constant value (#4724)

From: Date: Wed, 11 Jun 2025 02:25:54 +0000
Subject: [doc-en] master: Fix E_ALL constant value (#4724)
Groups: php.doc.cvs 
Request: Send a blank email to [email protected] to get a copy of this message
Author: Luffy (sy-records)
Committer: GitHub (web-flow)
Pusher: sy-records
Date: 2025-06-11T10:13:53+08:00

Commit: https://github.com/php/doc-en/commit/4c9b6ff9fbc0b2516d21a3f82ad36b91ea1d0aa4
Raw diff: https://github.com/php/doc-en/commit/4c9b6ff9fbc0b2516d21a3f82ad36b91ea1d0aa4.diff

Fix E_ALL constant value (#4724)

Changed paths:
  M  reference/errorfunc/constants.xml


Diff:

diff --git a/reference/errorfunc/constants.xml b/reference/errorfunc/constants.xml
index 3ccdf517943f..c24bcfb00756 100644
--- a/reference/errorfunc/constants.xml
+++ b/reference/errorfunc/constants.xml
@@ -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>
 


Thread (1 message)

  • Luffy via GitHub
« previous php.doc.cvs (#22689) next »