diff --git a/language-snippets.ent b/language-snippets.ent
index 7d4211215ab2..2c3dfc8bbcd0 100644
--- a/language-snippets.ent
+++ b/language-snippets.ent
@@ -835,6 +835,13 @@ searched for within the
+ 8.4.0
+
+ The return type is &true; now; previously, it was bool.
+
+'>
+
diff --git a/reference/pdo/pdostatement/setfetchmode.xml b/reference/pdo/pdostatement/setfetchmode.xml
index 9cf0fa78a673..4b9565c54d87 100644
--- a/reference/pdo/pdostatement/setfetchmode.xml
+++ b/reference/pdo/pdostatement/setfetchmode.xml
@@ -11,25 +11,25 @@
&reftitle.description;
- public boolPDOStatement::setFetchMode
+ public truePDOStatement::setFetchMode
intmode
- public boolPDOStatement::setFetchMode
+ public truePDOStatement::setFetchMode
intmodePDO::FETCH_COLUMN
intcolno
- public boolPDOStatement::setFetchMode
+ public truePDOStatement::setFetchMode
intmodePDO::FETCH_CLASS
stringclass
arraynullconstructorArgs&null;
- public boolPDOStatement::setFetchMode
+ public truePDOStatement::setFetchMode
intmodePDO::FETCH_INTO
objectobject
@@ -88,10 +88,27 @@
&reftitle.returnvalues;
- &return.success;
+ &return.true.always;
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &return.type.true.84;
+
+
+
+
+
&reftitle.examples;
diff --git a/reference/phar/Phar/setStub.xml b/reference/phar/Phar/setStub.xml
index c369e22b4d43..10bb3ae19a48 100644
--- a/reference/phar/Phar/setStub.xml
+++ b/reference/phar/Phar/setStub.xml
@@ -8,7 +8,7 @@
&reftitle.description;
- public boolPhar::setStub
+ public truePhar::setStub
resourcestringstub
intlength-1
@@ -72,7 +72,7 @@ include 'phar://myphar.phar/somefile.php';
&reftitle.returnvalues;
- &return.success;
+ &return.true.always;
@@ -98,6 +98,7 @@ include 'phar://myphar.phar/somefile.php';
+ &return.type.true.84;
8.3.0
diff --git a/reference/phar/PharData/setStub.xml b/reference/phar/PharData/setStub.xml
index 8f5ffdd5376b..7981fd3745af 100644
--- a/reference/phar/PharData/setStub.xml
+++ b/reference/phar/PharData/setStub.xml
@@ -8,9 +8,9 @@
&reftitle.description;
- public boolPharData::setStub
+ public truePharData::setStub
stringstub
- intlen-1
+ intlength-1
@@ -34,7 +34,7 @@
- len
+ length
@@ -49,7 +49,7 @@
&reftitle.returnvalues;
- &return.success;
+ &return.true.always;
@@ -60,6 +60,23 @@
+
+ &reftitle.changelog;
+
+
+
+
+ &Version;
+ &Description;
+
+
+
+ &return.type.true.84;
+
+
+
+
+
&reftitle.seealso;
diff --git a/reference/reflection/reflectionclass/getstaticpropertyvalue.xml b/reference/reflection/reflectionclass/getstaticpropertyvalue.xml
index e010b312cf7f..243d997e8e15 100644
--- a/reference/reflection/reflectionclass/getstaticpropertyvalue.xml
+++ b/reference/reflection/reflectionclass/getstaticpropertyvalue.xml
@@ -12,7 +12,7 @@
public mixedReflectionClass::getStaticPropertyValue
stringname
- mixeddef_value
+ mixeddefault
Gets the value of a static property on this class.
@@ -33,7 +33,7 @@
- def_value
+ default
A default value to return in case the class does not declare a static