diff --git a/appendices/migration80/deprecated.xml b/appendices/migration80/deprecated.xml
index 3ad9be808584..6920c634360b 100644
--- a/appendices/migration80/deprecated.xml
+++ b/appendices/migration80/deprecated.xml
@@ -26,7 +26,7 @@ function test($a, $b) {} // After
One exception to this rule are parameters of the form Type $param = null, where
- the null default makes the type implicitly nullable. This usage remains allowed, but it is
+ the &null; default makes the type implicitly nullable. This usage remains allowed, but it is
recommended to use an explicit nullable type instead:
diff --git a/appendices/migration80/incompatible.xml b/appendices/migration80/incompatible.xml
index f461e719eb1a..7c8e0474cc4b 100644
--- a/appendices/migration80/incompatible.xml
+++ b/appendices/migration80/incompatible.xml
@@ -285,7 +285,7 @@ function test(int $arg = null) {}
Attempting to write to a property of a non-object. Previously this
- implicitly created an stdClass object for null, false and empty strings.
+ implicitly created an stdClass object for &null;, &false; and empty strings.
Attempting to append an element to an array for which the PHP_INT_MAX key
@@ -1257,7 +1257,7 @@ $array["key"];
ReflectionMethod::isDestructor now also return &true; for
__construct() and
__destruct() methods of interfaces.
- Previously, this would only be true for methods of classes and traits.
+ Previously, this would only be &true; for methods of classes and traits.
diff --git a/language/generators.xml b/language/generators.xml
index 470a27046115..4869cb81e403 100644
--- a/language/generators.xml
+++ b/language/generators.xml
@@ -274,7 +274,7 @@ foreach (input_parser($input) as $id => $fields) {
- Yielding null values
+ Yielding &null; values
Yield can be called without an argument to yield a &null; value with an
diff --git a/reference/apcu/functions/apcu-add.xml b/reference/apcu/functions/apcu-add.xml
index 133dec8b1837..2a132ba54972 100644
--- a/reference/apcu/functions/apcu-add.xml
+++ b/reference/apcu/functions/apcu-add.xml
@@ -86,7 +86,7 @@
&reftitle.returnvalues;
- Returns TRUE if something has effectively been added into the cache, FALSE otherwise.
+ Returns &true; if something has effectively been added into the cache, &false; otherwise.
Second syntax returns array with error keys.
diff --git a/reference/componere/componere/definition/isregistered.xml b/reference/componere/componere/definition/isregistered.xml
index 1575041dd6df..f27f45a5a275 100644
--- a/reference/componere/componere/definition/isregistered.xml
+++ b/reference/componere/componere/definition/isregistered.xml
@@ -21,7 +21,7 @@
&reftitle.returnvalues;
- Shall return true if this Definition is registered
+ Shall return &true; if this Definition is registered
diff --git a/reference/cubrid/cubridmysql/cubrid-errno.xml b/reference/cubrid/cubridmysql/cubrid-errno.xml
index f80f3d59daa7..b9bca8776bd3 100644
--- a/reference/cubrid/cubridmysql/cubrid-errno.xml
+++ b/reference/cubrid/cubridmysql/cubrid-errno.xml
@@ -19,7 +19,7 @@
The cubrid_errno function is used to get the
error code of the error that occurred during the API execution. Usually,
- it gets the error code when API returns false as its return value.
+ it gets the error code when API returns &false;.
diff --git a/reference/cubrid/cubridmysql/cubrid-fetch-assoc.xml b/reference/cubrid/cubridmysql/cubrid-fetch-assoc.xml
index 3deb55b9a415..4e6fb6ce76be 100644
--- a/reference/cubrid/cubridmysql/cubrid-fetch-assoc.xml
+++ b/reference/cubrid/cubridmysql/cubrid-fetch-assoc.xml
@@ -17,7 +17,7 @@
This function returns the associative array, that corresponds to the
fetched row, and then moves the internal data pointer ahead, or returns
- FALSE when the end is reached.
+ &false; when the end is reached.
diff --git a/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml b/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
index aec904dcc3d0..99462873d01a 100644
--- a/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
+++ b/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
@@ -15,7 +15,7 @@
This function returns an numeric array with the lengths of the values of
- each field from the current row of the result set or it returns FALSE on
+ each field from the current row of the result set or it returns &false; on
failure.
diff --git a/reference/cubrid/cubridmysql/cubrid-field-len.xml b/reference/cubrid/cubridmysql/cubrid-field-len.xml
index 909d308b5d67..2fb5592cdf6a 100644
--- a/reference/cubrid/cubridmysql/cubrid-field-len.xml
+++ b/reference/cubrid/cubridmysql/cubrid-field-len.xml
@@ -15,7 +15,7 @@
intfield_offset
- This function returns the maximum length of the specified field on success, or it returns FALSE on failure.
+ This function returns the maximum length of the specified field on success, or it returns &false; on failure.
diff --git a/reference/cubrid/cubridmysql/cubrid-field-name.xml b/reference/cubrid/cubridmysql/cubrid-field-name.xml
index ab944aceaa1a..21cc50819003 100644
--- a/reference/cubrid/cubridmysql/cubrid-field-name.xml
+++ b/reference/cubrid/cubridmysql/cubrid-field-name.xml
@@ -16,7 +16,7 @@
This function returns the name of the specified field index on success or
- it returns FALSE on failure.
+ it returns &false; on failure.
diff --git a/reference/cubrid/cubridmysql/cubrid-field-seek.xml b/reference/cubrid/cubridmysql/cubrid-field-seek.xml
index 4166f722448c..a42471730bfa 100644
--- a/reference/cubrid/cubridmysql/cubrid-field-seek.xml
+++ b/reference/cubrid/cubridmysql/cubrid-field-seek.xml
@@ -17,7 +17,7 @@
This function moves the result set cursor to the specified field offset.
This offset is used by cubrid_fetch_field if it
- doesn't include a field offset. It returns TRUE on success or FALSE on
+ doesn't include a field offset. It returns &true; on success or &false; on
failure.
diff --git a/reference/cubrid/cubridmysql/cubrid-num-fields.xml b/reference/cubrid/cubridmysql/cubrid-num-fields.xml
index 94c6d48add0e..6ceed58a90a1 100644
--- a/reference/cubrid/cubridmysql/cubrid-num-fields.xml
+++ b/reference/cubrid/cubridmysql/cubrid-num-fields.xml
@@ -15,7 +15,7 @@
This function returns the number of columns in the result set, on success,
- or it returns FALSE on failure.
+ or it returns &false; on failure.
diff --git a/reference/cubrid/functions/cubrid-error-code-facility.xml b/reference/cubrid/functions/cubrid-error-code-facility.xml
index e40469e05984..2097be179aab 100644
--- a/reference/cubrid/functions/cubrid-error-code-facility.xml
+++ b/reference/cubrid/functions/cubrid-error-code-facility.xml
@@ -17,7 +17,7 @@
The cubrid_error_code_facility function is used to
get the facility code (level in which the error occurred) from the error
code of the error that occurred during the API execution. Usually, you can
- get the error code when API returns false as its return value.
+ get the error code when API returns &false; as its return value.
diff --git a/reference/cubrid/functions/cubrid-error-code.xml b/reference/cubrid/functions/cubrid-error-code.xml
index 6fc3a7b74815..4e38dbbe6225 100644
--- a/reference/cubrid/functions/cubrid-error-code.xml
+++ b/reference/cubrid/functions/cubrid-error-code.xml
@@ -16,7 +16,7 @@
The cubrid_error_code function is used to get the
error code of the error that occurred during the API execution. Usually,
- it gets the error code when API returns false as its return value.
+ it gets the error code when API returns &false; as its return value.
diff --git a/reference/cubrid/functions/cubrid-insert-id.xml b/reference/cubrid/functions/cubrid-insert-id.xml
index b006e1ab9f73..5eb40f402e0d 100644
--- a/reference/cubrid/functions/cubrid-insert-id.xml
+++ b/reference/cubrid/functions/cubrid-insert-id.xml
@@ -17,7 +17,7 @@
The cubrid_insert_id function retrieves the ID
generated for the AUTO_INCREMENT column which is updated by the previous
INSERT query. It returns 0 if the previous query does not generate new
- rows, or FALSE on failure.
+ rows, or &false; on failure.
diff --git a/reference/dom/domdocumenttype.xml b/reference/dom/domdocumenttype.xml
index 3c3f2543cf1a..74b844fc3afe 100644
--- a/reference/dom/domdocumenttype.xml
+++ b/reference/dom/domdocumenttype.xml
@@ -146,7 +146,7 @@
internalSubset
- The internal subset as a string, or null if there is none. This
+ The internal subset as a string, or &null; if there is none. This
does not contain the delimiting square brackets.
diff --git a/reference/filter/constants.xml b/reference/filter/constants.xml
index 82beb19e0927..47f2f499a907 100644
--- a/reference/filter/constants.xml
+++ b/reference/filter/constants.xml
@@ -135,7 +135,7 @@
- Use NULL instead of FALSE on failure.
+ Use NULL instead of &false; on failure.
diff --git a/reference/gmp/functions/gmp-setbit.xml b/reference/gmp/functions/gmp-setbit.xml
index 84d3c25e9a64..bef4a8cf33fb 100644
--- a/reference/gmp/functions/gmp-setbit.xml
+++ b/reference/gmp/functions/gmp-setbit.xml
@@ -44,7 +44,7 @@
value
- True to set the bit (set it to 1/on); false to clear the bit (set it to 0/off).
+ &true; to set the bit (set it to 1/on); &false; to clear the bit (set it to 0/off).
diff --git a/reference/hash/functions/hash-file.xml b/reference/hash/functions/hash-file.xml
index 565d804e6aee..9157cd41a5a4 100644
--- a/reference/hash/functions/hash-file.xml
+++ b/reference/hash/functions/hash-file.xml
@@ -53,7 +53,7 @@
&reftitle.returnvalues;
Returns a string containing the calculated message digest as lowercase hexits
- unless binary is set to true in which case the raw
+ unless binary is set to &true; in which case the raw
binary representation of the message digest is returned.
diff --git a/reference/hash/functions/hash-final.xml b/reference/hash/functions/hash-final.xml
index ee05896abd1d..a27e0ef6dadb 100644
--- a/reference/hash/functions/hash-final.xml
+++ b/reference/hash/functions/hash-final.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
Returns a string containing the calculated message digest as lowercase hexits
- unless binary is set to true in which case the raw
+ unless binary is set to &true; in which case the raw
binary representation of the message digest is returned.
diff --git a/reference/hash/functions/hash-hmac-file.xml b/reference/hash/functions/hash-hmac-file.xml
index 7f6085e3a418..ff6f84ca4c57 100644
--- a/reference/hash/functions/hash-hmac-file.xml
+++ b/reference/hash/functions/hash-hmac-file.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
Returns a string containing the calculated message digest as lowercase hexits
- unless binary is set to true in which case the raw
+ unless binary is set to &true; in which case the raw
binary representation of the message digest is returned.
Returns &false; when algo is unknown or is a
non-cryptographic hash function, or if the file
diff --git a/reference/hash/functions/hash-hmac.xml b/reference/hash/functions/hash-hmac.xml
index 908a8e6a2039..6f2aa4f0c8ff 100644
--- a/reference/hash/functions/hash-hmac.xml
+++ b/reference/hash/functions/hash-hmac.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
Returns a string containing the calculated message digest as lowercase hexits
- unless binary is set to true in which case the raw
+ unless binary is set to &true; in which case the raw
binary representation of the message digest is returned.
Returns &false; when algo is unknown or is a
non-cryptographic hash function.
diff --git a/reference/hash/functions/hash.xml b/reference/hash/functions/hash.xml
index 1205ac0e8aff..04884609c650 100644
--- a/reference/hash/functions/hash.xml
+++ b/reference/hash/functions/hash.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
Returns a string containing the calculated message digest as lowercase hexits
- unless binary is set to true in which case the raw
+ unless binary is set to &true; in which case the raw
binary representation of the message digest is returned.
diff --git a/reference/ibm_db2/ini.xml b/reference/ibm_db2/ini.xml
index ed5995c6719d..602b679df4d1 100644
--- a/reference/ibm_db2/ini.xml
+++ b/reference/ibm_db2/ini.xml
@@ -212,7 +212,7 @@
is only for simple DB2 based websites that never require profile switching
and therefore can avoid all overhead of server mode additional QSQSRVR jobs.
This is a convenience override of db2_(p)connect to set the userid and password
- values to null without PHP source code changes. This override can be used in
+ values to &null; without PHP source code changes. This override can be used in
combination with ibm_db2.i5_all_pconnect = 1.
diff --git a/reference/imagick/imagick/getimageproperty.xml b/reference/imagick/imagick/getimageproperty.xml
index 93b62655d9c4..a837f7021fbc 100644
--- a/reference/imagick/imagick/getimageproperty.xml
+++ b/reference/imagick/imagick/getimageproperty.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Returns a string containing the image property, false if a
+ Returns a string containing the image property, &false; if a
property with the given name does not exist.
diff --git a/reference/imagick/imagick/getregistry.xml b/reference/imagick/imagick/getregistry.xml
index 0e5427d6a046..1c6ff09c1c7c 100644
--- a/reference/imagick/imagick/getregistry.xml
+++ b/reference/imagick/imagick/getregistry.xml
@@ -14,7 +14,7 @@
stringkey
- Get the StringRegistry entry for the named key or false if not set.
+ Get the StringRegistry entry for the named key or &false; if not set.
diff --git a/reference/imagick/imagick/setimagematte.xml b/reference/imagick/imagick/setimagematte.xml
index 06e7fa9a80c3..5b48de9cd076 100644
--- a/reference/imagick/imagick/setimagematte.xml
+++ b/reference/imagick/imagick/setimagematte.xml
@@ -27,7 +27,7 @@
matte
- True activates the matte channel and false disables it.
+ &true; activates the matte channel and &false; disables it.
diff --git a/reference/imagick/imagick/setprogressmonitor.xml b/reference/imagick/imagick/setprogressmonitor.xml
index 11927ed8a289..e93dcc35ae6c 100644
--- a/reference/imagick/imagick/setprogressmonitor.xml
+++ b/reference/imagick/imagick/setprogressmonitor.xml
@@ -28,7 +28,7 @@
callback
- The progress function to call. It should return true if image processing should continue, or false if it should be cancelled. The offset parameter indicates the progress and the span parameter indicates the total amount of work needed to be done.
+ The progress function to call. It should return &true; if image processing should continue, or &false; if it should be cancelled. The offset parameter indicates the progress and the span parameter indicates the total amount of work needed to be done.
diff --git a/reference/imagick/imagick/sigmoidalcontrastimage.xml b/reference/imagick/imagick/sigmoidalcontrastimage.xml
index e7ce94d4a52c..3f7342354caf 100644
--- a/reference/imagick/imagick/sigmoidalcontrastimage.xml
+++ b/reference/imagick/imagick/sigmoidalcontrastimage.xml
@@ -38,7 +38,7 @@
sharpen
- If true increase the contrast, if false decrease the contrast.
+ If &true; increase the contrast, if &false; decrease the contrast.
diff --git a/reference/imagick/imagickdraw/getclippath.xml b/reference/imagick/imagickdraw/getclippath.xml
index ef5d6c704a60..1c252d62a97f 100644
--- a/reference/imagick/imagickdraw/getclippath.xml
+++ b/reference/imagick/imagickdraw/getclippath.xml
@@ -21,7 +21,7 @@
&reftitle.returnvalues;
- Returns a string containing the clip path ID or false if no clip path exists.
+ Returns a string containing the clip path ID or &false; if no clip path exists.
diff --git a/reference/imagick/imagickdraw/getfont.xml b/reference/imagick/imagickdraw/getfont.xml
index 6dd772c9cc4f..cf43f856ea6b 100644
--- a/reference/imagick/imagickdraw/getfont.xml
+++ b/reference/imagick/imagickdraw/getfont.xml
@@ -21,7 +21,7 @@
&reftitle.returnvalues;
- Returns a string on success and false if no font is set.
+ Returns a string on success and &false; if no font is set.
diff --git a/reference/imagick/imagickdraw/getfontfamily.xml b/reference/imagick/imagickdraw/getfontfamily.xml
index 4f7830729d0d..2fd4835627bb 100644
--- a/reference/imagick/imagickdraw/getfontfamily.xml
+++ b/reference/imagick/imagickdraw/getfontfamily.xml
@@ -21,7 +21,7 @@
&reftitle.returnvalues;
- Returns the font family currently selected or false if font family is not set.
+ Returns the font family currently selected or &false; if font family is not set.
diff --git a/reference/imagick/imagickdraw/gettextencoding.xml b/reference/imagick/imagickdraw/gettextencoding.xml
index 30c234a79409..7cfc0f768d8d 100644
--- a/reference/imagick/imagickdraw/gettextencoding.xml
+++ b/reference/imagick/imagickdraw/gettextencoding.xml
@@ -22,7 +22,7 @@
&reftitle.returnvalues;
Returns a string specifying the code set
- or false if text encoding is not set.
+ or &false; if text encoding is not set.
diff --git a/reference/imagick/imagickkernel/frommatrix.xml b/reference/imagick/imagickkernel/frommatrix.xml
index 5e456a32b8ba..24d993ff8648 100644
--- a/reference/imagick/imagickkernel/frommatrix.xml
+++ b/reference/imagick/imagickkernel/frommatrix.xml
@@ -30,7 +30,7 @@
array
- A matrix (i.e. 2d array) of values that define the kernel. Each element should be either a float value, or FALSE if that element shouldn't be used by the kernel.
+ A matrix (i.e. 2d array) of values that define the kernel. Each element should be either a float value, or &false; if that element shouldn't be used by the kernel.
diff --git a/reference/imagick/imagickpixel/ispixelsimilarquantum.xml b/reference/imagick/imagickpixel/ispixelsimilarquantum.xml
index 7b083c3c0727..dfb72ffa5983 100644
--- a/reference/imagick/imagickpixel/ispixelsimilarquantum.xml
+++ b/reference/imagick/imagickpixel/ispixelsimilarquantum.xml
@@ -15,7 +15,7 @@
stringfuzz
- Returns true if the distance between two colors is less than the specified distance.
+ Returns &true; if the distance between two colors is less than the specified distance.
The fuzz value should be in the range 0-QuantumRange.
The maximum value represents the longest possible distance in the colorspace.
e.g. from RGB(0, 0, 0) to RGB(255, 255, 255) for the RGB colorspace
diff --git a/reference/info/functions/getenv.xml b/reference/info/functions/getenv.xml
index b32784daab8e..518d230502c6 100644
--- a/reference/info/functions/getenv.xml
+++ b/reference/info/functions/getenv.xml
@@ -44,7 +44,7 @@
local_only
- Set to true to only return local environment variables (set by the operating system or putenv).
+ Set to &true; to only return local environment variables (set by the operating system or putenv).
diff --git a/reference/intl/intlcalendar/equals.xml b/reference/intl/intlcalendar/equals.xml
index 9614e9380e63..666123289580 100644
--- a/reference/intl/intlcalendar/equals.xml
+++ b/reference/intl/intlcalendar/equals.xml
@@ -25,7 +25,7 @@
IntlCalendarother
- Returns true if this calendar and the given calendar have the same time.
+ Returns &true; if this calendar and the given calendar have the same time.
The settings, calendar types and field states do not have to be the same.
diff --git a/reference/ldap/functions/ldap-control-paged-result.xml b/reference/ldap/functions/ldap-control-paged-result.xml
index 29ef730d4bd2..b7d5101f613a 100644
--- a/reference/ldap/functions/ldap-control-paged-result.xml
+++ b/reference/ldap/functions/ldap-control-paged-result.xml
@@ -51,7 +51,7 @@ xmlns:xlink="http://www.w3.org/1999/xlink">
Indicates whether the pagination is critical or not.
- If true and if the server doesn't support pagination, the search
+ If &true; and if the server doesn't support pagination, the search
will return no result.
diff --git a/reference/luasandbox/luasandbox/callfunction.xml b/reference/luasandbox/luasandbox/callfunction.xml
index 7f29f0c22b8d..29cdc332744c 100644
--- a/reference/luasandbox/luasandbox/callfunction.xml
+++ b/reference/luasandbox/luasandbox/callfunction.xml
@@ -22,7 +22,7 @@
recursive table accesses, as if the name were a Lua expression.
- If the variable does not exist, or is not a function, false will be
+ If the variable does not exist, or is not a function, &false; will be
returned and a warning issued.
diff --git a/reference/memcached/callbacks.xml b/reference/memcached/callbacks.xml
index 223a06f4f21a..e936e22a59e5 100644
--- a/reference/memcached/callbacks.xml
+++ b/reference/memcached/callbacks.xml
@@ -65,7 +65,7 @@ array(3) {
Read-through cache callbacks are invoked when an item cannot be retrieved
from the server. The callback is passed the Memcached object, the requested
key, and the by-reference value variable. The callback is responsible for
- setting the value and returning true or false. If the callback returns true,
+ setting the value and returning &true; or false. If the callback returns true,
Memcached will store the populated value on the server and return it to the
original calling function. Only Memcached::get and
Memcached::getByKey support these callbacks,
diff --git a/reference/memcached/memcached/ispersistent.xml b/reference/memcached/memcached/ispersistent.xml
index 040fbbfb4489..5fd25247a0fa 100644
--- a/reference/memcached/memcached/ispersistent.xml
+++ b/reference/memcached/memcached/ispersistent.xml
@@ -28,7 +28,7 @@
&reftitle.returnvalues;
- Returns true if Memcache instance uses a persistent connection, false otherwise.
+ Returns &true; if Memcache instance uses a persistent connection, &false; otherwise.
diff --git a/reference/memcached/memcached/ispristine.xml b/reference/memcached/memcached/ispristine.xml
index 35c4b44842fd..da1f95d86acf 100644
--- a/reference/memcached/memcached/ispristine.xml
+++ b/reference/memcached/memcached/ispristine.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns the true if instance is recently created, false otherwise.
+ Returns the &true; if instance is recently created, &false; otherwise.
diff --git a/reference/mysql_xdevapi/mysql_xdevapi/collection/createindex.xml b/reference/mysql_xdevapi/mysql_xdevapi/collection/createindex.xml
index c813ce2736ab..45f2af32cdf7 100644
--- a/reference/mysql_xdevapi/mysql_xdevapi/collection/createindex.xml
+++ b/reference/mysql_xdevapi/mysql_xdevapi/collection/createindex.xml
@@ -61,7 +61,7 @@
- required: bool, (optional) true if the field is required to exist in the document.
+ required: bool, (optional) &true; if the field is required to exist in the document.
Defaults to &false;, except for GEOJSON where it defaults to &true;.
diff --git a/reference/mysql_xdevapi/mysql_xdevapi/sqlstatementresult/fetchone.xml b/reference/mysql_xdevapi/mysql_xdevapi/sqlstatementresult/fetchone.xml
index 86032d0cba87..9f25fea12d9c 100644
--- a/reference/mysql_xdevapi/mysql_xdevapi/sqlstatementresult/fetchone.xml
+++ b/reference/mysql_xdevapi/mysql_xdevapi/sqlstatementresult/fetchone.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
The result, as an associative array. In case there is not any
- result, null will be returned.
+ result, &null; will be returned.
diff --git a/reference/pdo/constants.xml b/reference/pdo/constants.xml
index fb9475d070e5..a0f64c963a40 100644
--- a/reference/pdo/constants.xml
+++ b/reference/pdo/constants.xml
@@ -213,7 +213,7 @@
- Specifies that the fetch method shall return TRUE and assign the values of
+ Specifies that the fetch method shall return &true; and assign the values of
the columns in the result set to the PHP variables to which they were
bound with the PDOStatement::bindParam or
PDOStatement::bindColumn methods.
diff --git a/reference/pdo/pdostatement/nextrowset.xml b/reference/pdo/pdostatement/nextrowset.xml
index d170c1c846cf..5b2e8cbd8ae4 100644
--- a/reference/pdo/pdostatement/nextrowset.xml
+++ b/reference/pdo/pdostatement/nextrowset.xml
@@ -44,7 +44,7 @@
The following example shows how to call a stored procedure,
MULTIPLE_ROWSETS, that returns three rowsets. We use a do / while loop to
loop over the PDOStatement::nextRowset method, which
- returns false and terminates the loop when no more rowsets can be returned.
+ returns &false; and terminates the loop when no more rowsets can be returned.
files can be either the name of a file or
directory to extract, or an array of names of files and directories to extract. By
default, this method will not overwrite existing files, the third parameter can be
- set to true to enable overwriting of files.
+ set to &true; to enable overwriting of files.
This method is similar to ZipArchive::extractTo.
diff --git a/reference/phar/Phar/isFileFormat.xml b/reference/phar/Phar/isFileFormat.xml
index e234ea6f1ce4..46e638b1c9ea 100644
--- a/reference/phar/Phar/isFileFormat.xml
+++ b/reference/phar/Phar/isFileFormat.xml
@@ -3,7 +3,7 @@
Phar::isFileFormat
- Returns true if the phar archive is based on the tar/phar/zip file format depending on the parameter
+ Returns &true; if the phar archive is based on the tar/phar/zip file format depending on the parameter
diff --git a/reference/phar/Phar/isWritable.xml b/reference/phar/Phar/isWritable.xml
index 8e25bf37f1ce..fd0f3b38d6b5 100644
--- a/reference/phar/Phar/isWritable.xml
+++ b/reference/phar/Phar/isWritable.xml
@@ -3,7 +3,7 @@
Phar::isWritable
- Returns true if the phar archive can be modified
+ Returns &true; if the phar archive can be modified
diff --git a/reference/phar/PharData/extractTo.xml b/reference/phar/PharData/extractTo.xml
index f55144c71185..482ab9c805e8 100644
--- a/reference/phar/PharData/extractTo.xml
+++ b/reference/phar/PharData/extractTo.xml
@@ -22,7 +22,7 @@
The second parameter files can be either the name of a file or
directory to extract, or an array of names of files and directories to extract. By
default, this method will not overwrite existing files, the third parameter can be
- set to true to enable overwriting of files.
+ set to &true; to enable overwriting of files.
This method is similar to ZipArchive::extractTo.
diff --git a/reference/phar/PharData/isWritable.xml b/reference/phar/PharData/isWritable.xml
index 0bd7b6139ccb..2595c1c4aed9 100644
--- a/reference/phar/PharData/isWritable.xml
+++ b/reference/phar/PharData/isWritable.xml
@@ -3,7 +3,7 @@
PharData::isWritable
- Returns true if the tar/zip archive can be modified
+ Returns &true; if the tar/zip archive can be modified
diff --git a/reference/ps/functions/ps-show-boxed.xml b/reference/ps/functions/ps-show-boxed.xml
index 0b0b91d2028c..374c2777bf98 100644
--- a/reference/ps/functions/ps-show-boxed.xml
+++ b/reference/ps/functions/ps-show-boxed.xml
@@ -258,7 +258,7 @@
Hyphenation
Text is hyphenated if the parameter hyphenation is set
- to true and a valid hyphenation dictionary is set. pslib does not ship its own
+ to &true; and a valid hyphenation dictionary is set. pslib does not ship its own
hyphenation dictionary but uses one from openoffice, scribus or koffice.
You can find their dictionaries for different languages in one of the
following directories if the software is installed:
diff --git a/reference/pthreads/mutex/create.xml b/reference/pthreads/mutex/create.xml
index 844ec29d247e..0f87c091cb30 100644
--- a/reference/pthreads/mutex/create.xml
+++ b/reference/pthreads/mutex/create.xml
@@ -37,7 +37,7 @@
lock
- Setting lock to true will lock the Mutex for the caller before returning the handle
+ Setting lock to &true; will lock the Mutex for the caller before returning the handle
diff --git a/reference/pthreads/mutex/unlock.xml b/reference/pthreads/mutex/unlock.xml
index 63bde681f96a..5154c3c30342 100644
--- a/reference/pthreads/mutex/unlock.xml
+++ b/reference/pthreads/mutex/unlock.xml
@@ -50,7 +50,7 @@
destroy
- When true pthreads will destroy the Mutex after a successful unlock.
+ When &true; pthreads will destroy the Mutex after a successful unlock.
diff --git a/reference/seaslog/seaslog/alert.xml b/reference/seaslog/seaslog/alert.xml
index d3e33adcba71..05d9830caa11 100644
--- a/reference/seaslog/seaslog/alert.xml
+++ b/reference/seaslog/seaslog/alert.xml
@@ -64,7 +64,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/closeloggerstream.xml b/reference/seaslog/seaslog/closeloggerstream.xml
index 377f7f0c9705..bbfa3bd1565e 100644
--- a/reference/seaslog/seaslog/closeloggerstream.xml
+++ b/reference/seaslog/seaslog/closeloggerstream.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Return TRUE on released stream flow success, FALSE on failure.
+ Return &true; on released stream flow success, &false; on failure.
diff --git a/reference/seaslog/seaslog/critical.xml b/reference/seaslog/seaslog/critical.xml
index 90567b7e28cb..51f6b6028a64 100644
--- a/reference/seaslog/seaslog/critical.xml
+++ b/reference/seaslog/seaslog/critical.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/debug.xml b/reference/seaslog/seaslog/debug.xml
index 9f69c914c875..1ed2ab754b00 100644
--- a/reference/seaslog/seaslog/debug.xml
+++ b/reference/seaslog/seaslog/debug.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/emergency.xml b/reference/seaslog/seaslog/emergency.xml
index f5e52a7415f6..0f1cc9eeb711 100644
--- a/reference/seaslog/seaslog/emergency.xml
+++ b/reference/seaslog/seaslog/emergency.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/error.xml b/reference/seaslog/seaslog/error.xml
index e0edf40edaef..8417a52fac1a 100644
--- a/reference/seaslog/seaslog/error.xml
+++ b/reference/seaslog/seaslog/error.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/flushbuffer.xml b/reference/seaslog/seaslog/flushbuffer.xml
index 66d03b7d8e8f..0e58f7d8f2cd 100644
--- a/reference/seaslog/seaslog/flushbuffer.xml
+++ b/reference/seaslog/seaslog/flushbuffer.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Return TRUE on flush buffer success, FALSE on failure.
+ Return &true; on flush buffer success, &false; on failure.
diff --git a/reference/seaslog/seaslog/info.xml b/reference/seaslog/seaslog/info.xml
index 1d0de2180b43..8c89593f43b9 100644
--- a/reference/seaslog/seaslog/info.xml
+++ b/reference/seaslog/seaslog/info.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/log.xml b/reference/seaslog/seaslog/log.xml
index 67ee0d98a132..51ceb8467b57 100644
--- a/reference/seaslog/seaslog/log.xml
+++ b/reference/seaslog/seaslog/log.xml
@@ -78,7 +78,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/notice.xml b/reference/seaslog/seaslog/notice.xml
index 3952667d3af9..4cc6606a9033 100644
--- a/reference/seaslog/seaslog/notice.xml
+++ b/reference/seaslog/seaslog/notice.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/seaslog/seaslog/setbasepath.xml b/reference/seaslog/seaslog/setbasepath.xml
index 8c9f51ce97ec..5ceb77abb654 100644
--- a/reference/seaslog/seaslog/setbasepath.xml
+++ b/reference/seaslog/seaslog/setbasepath.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Return TRUE on setted base path success, FALSE on failure.
+ Return &true; on setted base path success, &false; on failure.
diff --git a/reference/seaslog/seaslog/setdatetimeformat.xml b/reference/seaslog/seaslog/setdatetimeformat.xml
index 48c889a74e44..2cde70f23087 100644
--- a/reference/seaslog/seaslog/setdatetimeformat.xml
+++ b/reference/seaslog/seaslog/setdatetimeformat.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Return TRUE on setted datetime format success, FALSE on failure.
+ Return &true; on setted datetime format success, &false; on failure.
diff --git a/reference/seaslog/seaslog/setlogger.xml b/reference/seaslog/seaslog/setlogger.xml
index ae7ecd242b89..fa4aa490aef5 100644
--- a/reference/seaslog/seaslog/setlogger.xml
+++ b/reference/seaslog/seaslog/setlogger.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Return TRUE on created logger disectory success, FALSE on failure.
+ Return &true; on created logger disectory success, &false; on failure.
diff --git a/reference/seaslog/seaslog/setrequestid.xml b/reference/seaslog/seaslog/setrequestid.xml
index 9ef616959235..412003745d3e 100644
--- a/reference/seaslog/seaslog/setrequestid.xml
+++ b/reference/seaslog/seaslog/setrequestid.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Return TRUE on set request_id success, FALSE on failure.
+ Return &true; on set request_id success, &false; on failure.
diff --git a/reference/seaslog/seaslog/setrequestvariable.xml b/reference/seaslog/seaslog/setrequestvariable.xml
index ee92dd299606..d9a0c16f706b 100644
--- a/reference/seaslog/seaslog/setrequestvariable.xml
+++ b/reference/seaslog/seaslog/setrequestvariable.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Return TRUE on set success, FALSE on failure.
+ Return &true; on set success, &false; on failure.
diff --git a/reference/seaslog/seaslog/warning.xml b/reference/seaslog/seaslog/warning.xml
index c503c4fd318b..ebc5076132ee 100644
--- a/reference/seaslog/seaslog/warning.xml
+++ b/reference/seaslog/seaslog/warning.xml
@@ -64,7 +64,7 @@
&reftitle.returnvalues;
- Return TRUE on record log information success, FALSE on failure.
+ Return &true; on record log information success, &false; on failure.
diff --git a/reference/solr/solrclient/adddocument.xml b/reference/solr/solrclient/adddocument.xml
index fad5cde278d2..57a96f8bd0c3 100644
--- a/reference/solr/solrclient/adddocument.xml
+++ b/reference/solr/solrclient/adddocument.xml
@@ -45,7 +45,7 @@
PECL Solr < 2.0 $allowDups was used instead of $overwrite, which does the same functionality with exact opposite bool flag.
- $allowDups = false is the same as $overwrite = true
+ $allowDups = &false; is the same as $overwrite = &true;
diff --git a/reference/solr/solrclient/getdebug.xml b/reference/solr/solrclient/getdebug.xml
index 14a0ded4d127..cbbf98fd5238 100644
--- a/reference/solr/solrclient/getdebug.xml
+++ b/reference/solr/solrclient/getdebug.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns a string on success and null if there is nothing to return.
+ Returns a string on success and &null; if there is nothing to return.
diff --git a/reference/solr/solrinputdocument/haschilddocuments.xml b/reference/solr/solrinputdocument/haschilddocuments.xml
index aa25dce3ed3d..6807868b8fe3 100644
--- a/reference/solr/solrinputdocument/haschilddocuments.xml
+++ b/reference/solr/solrinputdocument/haschilddocuments.xml
@@ -4,7 +4,7 @@
SolrInputDocument::hasChildDocuments
- Returns true if the document has any child documents
+ Returns &true; if the document has any child documents
diff --git a/reference/solr/solrquery/getexpand.xml b/reference/solr/solrquery/getexpand.xml
index 483e4c359658..74a4e5e86f5e 100644
--- a/reference/solr/solrquery/getexpand.xml
+++ b/reference/solr/solrquery/getexpand.xml
@@ -4,7 +4,7 @@
SolrQuery::getExpand
- Returns true if group expanding is enabled
+ Returns &true; if group expanding is enabled
diff --git a/reference/solr/solrquery/getgroup.xml b/reference/solr/solrquery/getgroup.xml
index ce71eed4ba8b..4bc212bdbdaa 100644
--- a/reference/solr/solrquery/getgroup.xml
+++ b/reference/solr/solrquery/getgroup.xml
@@ -4,7 +4,7 @@
SolrQuery::getGroup
- Returns true if grouping is enabled
+ Returns &true; if grouping is enabled
@@ -14,7 +14,7 @@
- Returns true if grouping is enabled
+ Returns &true; if grouping is enabled
diff --git a/reference/svm/svm/setoptions.xml b/reference/svm/svm/setoptions.xml
index 3b83f40da1fe..4995db27e65b 100644
--- a/reference/svm/svm/setoptions.xml
+++ b/reference/svm/svm/setoptions.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Return true on success, throws SVMException on error.
+ Return &true; on success, throws SVMException on error.
diff --git a/reference/svm/svmmodel/checkprobabilitymodel.xml b/reference/svm/svmmodel/checkprobabilitymodel.xml
index 2fa0206fa8f0..9e16e5fb288f 100644
--- a/reference/svm/svmmodel/checkprobabilitymodel.xml
+++ b/reference/svm/svmmodel/checkprobabilitymodel.xml
@@ -4,7 +4,7 @@
SVMModel::checkProbabilityModel
- Returns true if the model has probability information
+ Returns &true; if the model has probability information
@@ -14,7 +14,7 @@
- Returns true if the model contains probability information.
+ Returns &true; if the model contains probability information.
diff --git a/reference/svm/svmmodel/load.xml b/reference/svm/svmmodel/load.xml
index 42d855fccf09..bcc69d068935 100644
--- a/reference/svm/svmmodel/load.xml
+++ b/reference/svm/svmmodel/load.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
Throws SVMException on error.
- Returns true on success.
+ Returns &true; on success.
diff --git a/reference/svm/svmmodel/save.xml b/reference/svm/svmmodel/save.xml
index b96d8ef4bcc2..8c6cdea66b25 100644
--- a/reference/svm/svmmodel/save.xml
+++ b/reference/svm/svmmodel/save.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
Throws SVMException on error.
- Returns true on success.
+ Returns &true; on success.
diff --git a/reference/svn/functions/svn-fs-abort-txn.xml b/reference/svn/functions/svn-fs-abort-txn.xml
index 7fc2667727eb..64c8a64bfaf2 100644
--- a/reference/svn/functions/svn-fs-abort-txn.xml
+++ b/reference/svn/functions/svn-fs-abort-txn.xml
@@ -3,7 +3,7 @@
svn_fs_abort_txn
- Abort a transaction, returns true if everything is okay, false otherwise
+ Abort a transaction, returns &true; if everything is okay, &false; otherwise
@@ -14,7 +14,7 @@
&warn.undocumented.func;
- Abort a transaction, returns true if everything is okay, false otherwise
+ Abort a transaction, returns &true; if everything is okay, &false; otherwise