diff --git a/reference/reflection/reflectionclassconstant/isdeprecated.xml b/reference/reflection/reflectionclassconstant/isdeprecated.xml
new file mode 100644
index 000000000000..0fa5d36cb186
--- /dev/null
+++ b/reference/reflection/reflectionclassconstant/isdeprecated.xml
@@ -0,0 +1,90 @@
+
+
+
+
+ ReflectionClassConstant::isDeprecated
+ Checks if deprecated
+
+
+
+ &reftitle.description;
+
+ public boolReflectionClassConstant::isDeprecated
+
+
+
+ Checks whether the class constant is deprecated.
+
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ &true; if it's deprecated, otherwise &false;
+
+
+
+
+ &reftitle.examples;
+
+
+ ReflectionClassConstant::isDeprecated example
+
+
+isDeprecated());
+?>
+]]>
+
+ &example.outputs;
+
+
+
+
+
+
+
+ &reftitle.seealso;
+
+ Deprecated
+ ReflectionClassConstant::getDocComment
+
+
+
+
+
diff --git a/reference/reflection/versions.xml b/reference/reflection/versions.xml
index c9306527d28e..ad96fa88cc28 100644
--- a/reference/reflection/versions.xml
+++ b/reference/reflection/versions.xml
@@ -268,6 +268,7 @@
+