diff --git a/reference/mysqli/mysqli/poll.xml b/reference/mysqli/mysqli/poll.xml
index 73c044c71560..4db7ab027974 100644
--- a/reference/mysqli/mysqli/poll.xml
+++ b/reference/mysqli/mysqli/poll.xml
@@ -96,6 +96,39 @@
+
+ &reftitle.errors;
+
+ A ValueError is thrown when neither
+ the read nor error arguments are passed.
+
+
+
+
+ &reftitle.changelog;
+
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+
+ 8.3.0
+
+ Now throws a ValueError exception when neither
+ the read nor error arguments are passed.
+
+
+
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/mysqli/mysqli_result/fetch-object.xml b/reference/mysqli/mysqli_result/fetch-object.xml
index 915d06caf589..1d4cf889a397 100644
--- a/reference/mysqli/mysqli_result/fetch-object.xml
+++ b/reference/mysqli/mysqli_result/fetch-object.xml
@@ -82,6 +82,14 @@
+
+ &reftitle.errors;
+
+ A ValueError is thrown when
+ the constructor_args is non-empty with the class not having constructor.
+
+
+
&reftitle.changelog;
@@ -93,6 +101,14 @@
+
+ 8.3.0
+
+ Now throws a ValueError exception when
+ the constructor_args is non-empty with the class not having constructor;
+ previously an Exception was thrown.
+
+
8.0.0
diff --git a/reference/mysqli/mysqli_result/field-seek.xml b/reference/mysqli/mysqli_result/field-seek.xml
index 904aa47a4d37..21a27a23b478 100644
--- a/reference/mysqli/mysqli_result/field-seek.xml
+++ b/reference/mysqli/mysqli_result/field-seek.xml
@@ -11,12 +11,12 @@
&reftitle.description;
&style.oop;
- public boolmysqli_result::field_seek
+ public truemysqli_result::field_seek
intindex
&style.procedural;
- boolmysqli_field_seek
+ truemysqli_field_seek
mysqli_resultresult
intindex