diff --git a/reference/reflection/reflectionfunctionabstract/gettentativereturntype.xml b/reference/reflection/reflectionfunctionabstract/gettentativereturntype.xml
new file mode 100644
index 0000000000..22b4ff11b2
--- /dev/null
+++ b/reference/reflection/reflectionfunctionabstract/gettentativereturntype.xml
@@ -0,0 +1,87 @@
+
+
+
+ ReflectionFunctionAbstract::getTentativeReturnType
+ Returns the tentative return type associated with the function
+
+
+
+ &reftitle.description;
+
+ public ReflectionTypenullReflectionFunctionAbstract::getTentativeReturnType
+
+
+
+ Returns the tentative return type associated with the function.
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ Returns a ReflectionType object if a tentative return type is
+ specified, &null; otherwise.
+
+
+
+
+ &reftitle.examples;
+
+
+ ReflectionFunctionAbstract::getTentativeReturnType example
+
+getTentativeReturnType());
+]]>
+
+ &example.outputs.similar;
+
+
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ ReflectionFunctionAbstract::getReturnType
+ ReflectionFunctionAbstract::hasTentativeReturnType
+ Return Type Compatibility with Internal Classes
+
+
+
+
+
+
diff --git a/reference/reflection/reflectionfunctionabstract/hastentativereturntype.xml b/reference/reflection/reflectionfunctionabstract/hastentativereturntype.xml
new file mode 100644
index 0000000000..68eaed95df
--- /dev/null
+++ b/reference/reflection/reflectionfunctionabstract/hastentativereturntype.xml
@@ -0,0 +1,86 @@
+
+
+
+ ReflectionFunctionAbstract::hasTentativeReturnType
+ Returns whether the function has a tentative return type
+
+
+
+ &reftitle.description;
+
+ public boolReflectionFunctionAbstract::hasTentativeReturnType
+
+
+
+ Returns whether the function has a tentative return type.
+
+
+
+
+
+ &reftitle.parameters;
+ &no.function.parameters;
+
+
+
+ &reftitle.returnvalues;
+
+ Returns &true; if the function has a tentative return type, otherwise &false;.
+
+
+
+
+ &reftitle.examples;
+
+
+ ReflectionFunctionAbstract::hasTentativeReturnType example
+
+hasTentativeReturnType());
+]]>
+
+ &example.outputs;
+
+
+
+
+
+
+
+
+ &reftitle.seealso;
+
+
+ ReflectionFunctionAbstract::getTentativeReturnType
+ ReflectionFunctionAbstract::hasReturnType
+ Return Type Compatibility with Internal Classes
+
+
+
+
+
+
diff --git a/reference/reflection/versions.xml b/reference/reflection/versions.xml
index 9c974c8e22..a02b03590d 100644
--- a/reference/reflection/versions.xml
+++ b/reference/reflection/versions.xml
@@ -53,7 +53,9 @@
+
+