diff --git a/language/oop5/constants.xml b/language/oop5/constants.xml
index 38b225c54b19..8caffc7a07f2 100644
--- a/language/oop5/constants.xml
+++ b/language/oop5/constants.xml
@@ -120,6 +120,28 @@ Fatal error: Uncaught Error: Cannot access private const Foo::BAZ in …
As of PHP 7.1.0 visibility modifiers are allowed for class constants.
+
+ Fetch class constant syntax, as of PHP 8.3.0
+
+
+]]>
+
+
+
+
+ As of PHP 8.3.0, class constants can be fetched dynamically using a
+ variable.
+
+