diff --git a/appendices/reserved.constants.core.xml b/appendices/reserved.constants.core.xml
index b70058ad619c..c21e9a3d1041 100644
--- a/appendices/reserved.constants.core.xml
+++ b/appendices/reserved.constants.core.xml
@@ -587,13 +587,21 @@
E_ALL
(int)
+
+
+ Error reporting constants.
+
+
+
+
E_STRICT
(int)
- Error reporting constants
+ Error reporting constants.
+ This constant is unused, and has been deprecated as of PHP 8.4.0.
diff --git a/appendices/tokens.xml b/appendices/tokens.xml
index fd8aab8f18d3..7a4223faba29 100644
--- a/appendices/tokens.xml
+++ b/appendices/tokens.xml
@@ -1070,7 +1070,7 @@ defined('T_FN') || define('T_FN', 10001);
__PROPERTY__
- magic constants
+ magic constants (available as of PHP 8.4.0)