diff --git a/reference/funchand/functions/get-defined-functions.xml b/reference/funchand/functions/get-defined-functions.xml
index 0a6e9151bfe3..f46925aec813 100644
--- a/reference/funchand/functions/get-defined-functions.xml
+++ b/reference/funchand/functions/get-defined-functions.xml
@@ -24,8 +24,10 @@
exclude_disabled
- Whether disabled functions should be excluded from the return value.
+ Whether disabled functions should be excluded from the return value. This parameter has no effect
+ since PHP 8.0.0.
+ &warn.deprecated.feature-8-5-0;
@@ -53,11 +55,20 @@
+
+ 8.5.0
+
+ The exclude_disabled parameter has been deprecated,
+ as it no longer has any effect.
+
+
8.0.0
The default value of the exclude_disabled parameter
- has been changed from &false; to &true;.
+ has been changed from &false; to &true;. However, it will not have
+ any effect as disabled functions are removed from the function table at
+ compile time.