diff --git a/reference/apache/functions/apache-getenv.xml b/reference/apache/functions/apache-getenv.xml
index 0ecd2343229e..b9525d5a5bdc 100644
--- a/reference/apache/functions/apache-getenv.xml
+++ b/reference/apache/functions/apache-getenv.xml
@@ -46,8 +46,7 @@
&reftitle.returnvalues;
- The value of the Apache environment variable on success, or &false; on
- failure
+ The value of the Apache environment variable,&return.falseforfailure;
diff --git a/reference/apache/functions/apache-request-headers.xml b/reference/apache/functions/apache-request-headers.xml
index 722b2555a36e..4cf94ebb4b26 100644
--- a/reference/apache/functions/apache-request-headers.xml
+++ b/reference/apache/functions/apache-request-headers.xml
@@ -27,8 +27,7 @@
&reftitle.returnvalues;
- An associative array of all the HTTP headers in the current request, or
- &false; on failure.
+ An associative array of all the HTTP headers in the current request,&return.falseforfailure;
diff --git a/reference/apache/functions/getallheaders.xml b/reference/apache/functions/getallheaders.xml
index 7d232bb53622..1980a162c2b4 100644
--- a/reference/apache/functions/getallheaders.xml
+++ b/reference/apache/functions/getallheaders.xml
@@ -31,8 +31,7 @@
&reftitle.returnvalues;
- An associative array of all the HTTP headers in the current request, or
- &false; on failure.
+ An associative array of all the HTTP headers in the current request,&return.falseforfailure;
diff --git a/reference/apache/functions/virtual.xml b/reference/apache/functions/virtual.xml
index 64e5dac042cb..7741523b4032 100644
--- a/reference/apache/functions/virtual.xml
+++ b/reference/apache/functions/virtual.xml
@@ -49,7 +49,7 @@
&reftitle.returnvalues;
- Performs the virtual command on success, or returns &false; on failure.
+ &return.success;
diff --git a/reference/apcu/apcuiterator/gettotalhits.xml b/reference/apcu/apcuiterator/gettotalhits.xml
index 928623f383a0..c52f95c90f2d 100644
--- a/reference/apcu/apcuiterator/gettotalhits.xml
+++ b/reference/apcu/apcuiterator/gettotalhits.xml
@@ -29,7 +29,7 @@
&reftitle.returnvalues;
- The number of hits on success, or &false; on failure.
+ The number of hits,&return.falseforfailure;
diff --git a/reference/apcu/apcuiterator/key.xml b/reference/apcu/apcuiterator/key.xml
index 315529bcc848..c0ae92233dae 100644
--- a/reference/apcu/apcuiterator/key.xml
+++ b/reference/apcu/apcuiterator/key.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Returns the key on success, or &false; upon failure.
+ Returns the key,&return.falseforfailure;
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/apcu/functions/apcu-delete.xml b/reference/apcu/functions/apcu-delete.xml
index 648053a2e295..27b9c2269870 100644
--- a/reference/apcu/functions/apcu-delete.xml
+++ b/reference/apcu/functions/apcu-delete.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
If key is an &array;, an indexed &array; of the keys is returned.
- Otherwise &true; is returned on success, or &false; on failure.
+ Otherwise &true; is returned on success,&return.falseforfailure;
diff --git a/reference/apcu/functions/apcu-fetch.xml b/reference/apcu/functions/apcu-fetch.xml
index a35e061357bb..6b082208ca73 100644
--- a/reference/apcu/functions/apcu-fetch.xml
+++ b/reference/apcu/functions/apcu-fetch.xml
@@ -46,7 +46,7 @@
&reftitle.returnvalues;
- The stored variable or array of variables on success; &false; on failure
+ The stored variable or array of variables,&return.falseforfailure;
diff --git a/reference/apcu/functions/apcu-sma-info.xml b/reference/apcu/functions/apcu-sma-info.xml
index bef56d5fed44..df68e200a61e 100644
--- a/reference/apcu/functions/apcu-sma-info.xml
+++ b/reference/apcu/functions/apcu-sma-info.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Array of Shared Memory Allocation data; &false; on failure.
+ Array of Shared Memory Allocation data,&return.falseforfailure;
diff --git a/reference/bzip2/functions/bzread.xml b/reference/bzip2/functions/bzread.xml
index f6ad02bdf183..72d0630a8141 100644
--- a/reference/bzip2/functions/bzread.xml
+++ b/reference/bzip2/functions/bzread.xml
@@ -49,7 +49,7 @@
&reftitle.returnvalues;
- Returns the uncompressed data, or &false; on error.
+ Returns the uncompressed data,&return.falseforfailure;
diff --git a/reference/bzip2/functions/bzwrite.xml b/reference/bzip2/functions/bzwrite.xml
index 2392d22a2e20..c7b16673c499 100644
--- a/reference/bzip2/functions/bzwrite.xml
+++ b/reference/bzip2/functions/bzwrite.xml
@@ -55,7 +55,7 @@
&reftitle.returnvalues;
- Returns the number of bytes written, or &false; on error.
+ Returns the number of bytes written,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-client-encoding.xml b/reference/cubrid/cubridmysql/cubrid-client-encoding.xml
index 660bbefe96fb..b6a3cf14ed4a 100644
--- a/reference/cubrid/cubridmysql/cubrid-client-encoding.xml
+++ b/reference/cubrid/cubridmysql/cubrid-client-encoding.xml
@@ -34,10 +34,7 @@
&reftitle.returnvalues;
- A string that represents the CUBRID connection charset; on success.
-
-
- &false; on failure.
+ A string that represents the CUBRID connection charset,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-data-seek.xml b/reference/cubrid/cubridmysql/cubrid-data-seek.xml
index 0f0a720bc344..4020e31aa8c2 100644
--- a/reference/cubrid/cubridmysql/cubrid-data-seek.xml
+++ b/reference/cubrid/cubridmysql/cubrid-data-seek.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns &true; on success or &false; on failure.
+ &return.success;
diff --git a/reference/cubrid/cubridmysql/cubrid-db-name.xml b/reference/cubrid/cubridmysql/cubrid-db-name.xml
index 0e62f6f29b6e..de031a4cc2aa 100644
--- a/reference/cubrid/cubridmysql/cubrid-db-name.xml
+++ b/reference/cubrid/cubridmysql/cubrid-db-name.xml
@@ -46,9 +46,11 @@
&reftitle.returnvalues;
- Returns the database name on success, and &false; on failure. If &false;
- is returned, use cubrid_error to determine the nature
- of the error.
+ Returns the database name on success,,&return.falseforfailure;
+
+
+ If &false; is returned, use cubrid_error to determine
+ the nature of the error.
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-field.xml b/reference/cubrid/cubridmysql/cubrid-fetch-field.xml
index 957671ad4c58..af0474c85450 100644
--- a/reference/cubrid/cubridmysql/cubrid-fetch-field.xml
+++ b/reference/cubrid/cubridmysql/cubrid-fetch-field.xml
@@ -100,10 +100,7 @@
&reftitle.returnvalues;
- Object with certain properties of the specific column, when process is successful.
-
-
- &false; on failure.
+ Object with certain properties of the specific column,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml b/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
index aec904dcc3d0..951a4f63f3a9 100644
--- a/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
+++ b/reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
@@ -14,9 +14,8 @@
resourceresult
- 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
- failure.
+ Returns a numeric array with the lengths of the values of each field from
+ the current row of the result set,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-field-len.xml b/reference/cubrid/cubridmysql/cubrid-field-len.xml
index 909d308b5d67..483bf7625837 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,&return.falseforfailure;
@@ -38,10 +38,7 @@
&reftitle.returnvalues;
- Maximum length, when process is successful.
-
-
- &false; on failure.
+ Maximum length of the field,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-field-name.xml b/reference/cubrid/cubridmysql/cubrid-field-name.xml
index ab944aceaa1a..ef4f7d4572db 100644
--- a/reference/cubrid/cubridmysql/cubrid-field-name.xml
+++ b/reference/cubrid/cubridmysql/cubrid-field-name.xml
@@ -15,8 +15,7 @@
intfield_offset
- This function returns the name of the specified field index on success or
- it returns FALSE on failure.
+ This function returns the name of the specified field index,&return.falseforfailure;
@@ -43,10 +42,7 @@
&reftitle.returnvalues;
- Name of specified field index, on success.
-
-
- &false; on failure.
+ Name of specified field index,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-field-seek.xml b/reference/cubrid/cubridmysql/cubrid-field-seek.xml
index 4166f722448c..d5aaa813f4c0 100644
--- a/reference/cubrid/cubridmysql/cubrid-field-seek.xml
+++ b/reference/cubrid/cubridmysql/cubrid-field-seek.xml
@@ -17,8 +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
- failure.
+ doesn't include a field offset. &return.success;
@@ -45,10 +44,7 @@
&reftitle.returnvalues;
- &true; on success.
-
-
- &false; on failure.
+ &return.success;
diff --git a/reference/cubrid/cubridmysql/cubrid-list-dbs.xml b/reference/cubrid/cubridmysql/cubrid-list-dbs.xml
index 6b2e7ee6ea5c..dd895b3e9a90 100644
--- a/reference/cubrid/cubridmysql/cubrid-list-dbs.xml
+++ b/reference/cubrid/cubridmysql/cubrid-list-dbs.xml
@@ -34,10 +34,7 @@
&reftitle.returnvalues;
- An numeric array with all existing Cubrid databases; on success.
-
-
- &false; on failure.
+ An numeric array with all existing Cubrid databases,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-num-fields.xml b/reference/cubrid/cubridmysql/cubrid-num-fields.xml
index 94c6d48add0e..ac9950dfa857 100644
--- a/reference/cubrid/cubridmysql/cubrid-num-fields.xml
+++ b/reference/cubrid/cubridmysql/cubrid-num-fields.xml
@@ -14,8 +14,7 @@
resourceresult
- This function returns the number of columns in the result set, on success,
- or it returns FALSE on failure.
+ This function returns the number of columns in the result set,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-query.xml b/reference/cubrid/cubridmysql/cubrid-query.xml
index 8592feca21f6..6cad84f21b6b 100644
--- a/reference/cubrid/cubridmysql/cubrid-query.xml
+++ b/reference/cubrid/cubridmysql/cubrid-query.xml
@@ -53,7 +53,7 @@
&reftitle.returnvalues;
For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset,
- cubrid_query returns a resource on success, or &false; on error.
+ cubrid_query returns a resource,&return.falseforfailure;
For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc,
diff --git a/reference/cubrid/cubridmysql/cubrid-real-escape-string.xml b/reference/cubrid/cubridmysql/cubrid-real-escape-string.xml
index 42c1ee7f06db..8a34747415da 100644
--- a/reference/cubrid/cubridmysql/cubrid-real-escape-string.xml
+++ b/reference/cubrid/cubridmysql/cubrid-real-escape-string.xml
@@ -51,10 +51,7 @@
&reftitle.returnvalues;
- Escaped string version of the given string, on success.
-
-
- &false; on failure.
+ Escaped string version of the given string,&return.falseforfailure;
diff --git a/reference/cubrid/cubridmysql/cubrid-result.xml b/reference/cubrid/cubridmysql/cubrid-result.xml
index 33fb351970d5..4fa90d507774 100644
--- a/reference/cubrid/cubridmysql/cubrid-result.xml
+++ b/reference/cubrid/cubridmysql/cubrid-result.xml
@@ -50,10 +50,7 @@
&reftitle.returnvalues;
- Value of a specific field, on success (NULL if value if null).
-
-
- &false; on failure.
+ Value of a specific field, on success (NULL if value if null)&return.falseforfailure;
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/curl/functions/curl-exec.xml b/reference/curl/functions/curl-exec.xml
index 7116aca0c7ad..a20da2ed4dee 100644
--- a/reference/curl/functions/curl-exec.xml
+++ b/reference/curl/functions/curl-exec.xml
@@ -35,7 +35,7 @@
&return.success; However, if the CURLOPT_RETURNTRANSFER
option is set, it will return
- the result on success, &false; on failure.
+ the result,&return.falseforfailure;.
&return.falseproblem;
diff --git a/reference/curl/functions/curl-getinfo.xml b/reference/curl/functions/curl-getinfo.xml
index 1bce36be7494..e9b250629d0a 100644
--- a/reference/curl/functions/curl-getinfo.xml
+++ b/reference/curl/functions/curl-getinfo.xml
@@ -351,7 +351,7 @@
If option is given, returns its value.
Otherwise, returns an associative array with the following elements
- (which correspond to option), or &false; on failure:
+ (which correspond to option),&return.falseforfailure;
diff --git a/reference/curl/functions/curl-init.xml b/reference/curl/functions/curl-init.xml
index 000cc3439acf..625660609421 100644
--- a/reference/curl/functions/curl-init.xml
+++ b/reference/curl/functions/curl-init.xml
@@ -46,7 +46,7 @@
&reftitle.returnvalues;
- Returns a cURL handle on success, &false; on errors.
+ Returns a cURL handle on success,&return.falseforfailure;
diff --git a/reference/curl/functions/curl-multi-info-read.xml b/reference/curl/functions/curl-multi-info-read.xml
index d35b790dcdb7..5db3fadcc2d7 100644
--- a/reference/curl/functions/curl-multi-info-read.xml
+++ b/reference/curl/functions/curl-multi-info-read.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- On success, returns an associative array for the message, &false; on failure.
+ Returns an associative array for the message,&return.falseforfailure;
diff --git a/reference/curl/functions/curl-multi-init.xml b/reference/curl/functions/curl-multi-init.xml
index 73ac853a3b96..cc05890a806f 100644
--- a/reference/curl/functions/curl-multi-init.xml
+++ b/reference/curl/functions/curl-multi-init.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns a cURL multi handle on success, &false; on failure.
+ Returns a cURL multi handle,&return.falseforfailure;
diff --git a/reference/datetime/functions/strtotime.xml b/reference/datetime/functions/strtotime.xml
index 1867ca3fa3e3..64f61d627fa7 100644
--- a/reference/datetime/functions/strtotime.xml
+++ b/reference/datetime/functions/strtotime.xml
@@ -62,7 +62,7 @@
&reftitle.returnvalues;
- Returns a timestamp on success, &false; otherwise.
+ Returns a timestamp,&return.falseforfailure;
diff --git a/reference/dio/functions/dio-open.xml b/reference/dio/functions/dio-open.xml
index ad112ec8a302..e053c050234f 100644
--- a/reference/dio/functions/dio-open.xml
+++ b/reference/dio/functions/dio-open.xml
@@ -126,7 +126,7 @@
&reftitle.returnvalues;
- A file descriptor or &false; on error.
+ A file descriptor,&return.falseforfailure;
diff --git a/reference/dir/functions/getcwd.xml b/reference/dir/functions/getcwd.xml
index 1b412cb1e65c..7a5f840a90e3 100644
--- a/reference/dir/functions/getcwd.xml
+++ b/reference/dir/functions/getcwd.xml
@@ -26,8 +26,7 @@
&reftitle.returnvalues;
- Returns the current working directory on success, or &false; on
- failure.
+ Returns the current working directory,&return.falseforfailure;
On some Unix variants, getcwd will return
diff --git a/reference/dir/functions/scandir.xml b/reference/dir/functions/scandir.xml
index 254908dfcd6c..47324d6f3e22 100644
--- a/reference/dir/functions/scandir.xml
+++ b/reference/dir/functions/scandir.xml
@@ -62,8 +62,8 @@
&reftitle.returnvalues;
- Returns an array of filenames on success, or &false; on
- failure. If directory is not a directory, then
+ Returns an array of filenames,&return.falseforfailure;.
+ If directory is not a directory, then
boolean &false; is returned, and an error of level
E_WARNING is generated.
diff --git a/reference/dom/domdocument/createattribute.xml b/reference/dom/domdocument/createattribute.xml
index a15686112a9c..d7c1a24be07b 100644
--- a/reference/dom/domdocument/createattribute.xml
+++ b/reference/dom/domdocument/createattribute.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- The new DOMAttr or &false; if an error occurred.
+ The new DOMAttr,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createattributens.xml b/reference/dom/domdocument/createattributens.xml
index fa22afe66411..78a448fa6ac4 100644
--- a/reference/dom/domdocument/createattributens.xml
+++ b/reference/dom/domdocument/createattributens.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
- The new DOMAttr or &false; if an error occurred.
+ The new DOMAttr,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createcdatasection.xml b/reference/dom/domdocument/createcdatasection.xml
index 7b4e877228e8..49a9614bfda2 100644
--- a/reference/dom/domdocument/createcdatasection.xml
+++ b/reference/dom/domdocument/createcdatasection.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- The new DOMCDATASection or &false; if an error occurred.
+ The new DOMCDATASection,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createcomment.xml b/reference/dom/domdocument/createcomment.xml
index 2fa9285817b0..38e72bb14535 100644
--- a/reference/dom/domdocument/createcomment.xml
+++ b/reference/dom/domdocument/createcomment.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- The new DOMComment or &false; if an error occurred.
+ The new DOMComment,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createdocumentfragment.xml b/reference/dom/domdocument/createdocumentfragment.xml
index 71260f12cc6e..53feb73317c2 100644
--- a/reference/dom/domdocument/createdocumentfragment.xml
+++ b/reference/dom/domdocument/createdocumentfragment.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The new DOMDocumentFragment or &false; if an error occurred.
+ The new DOMDocumentFragment,&return.falseforfailure;
&reftitle.seealso;
diff --git a/reference/dom/domdocument/createelement.xml b/reference/dom/domdocument/createelement.xml
index e38a5c9212dd..9f0ceec5e51d 100644
--- a/reference/dom/domdocument/createelement.xml
+++ b/reference/dom/domdocument/createelement.xml
@@ -50,8 +50,7 @@
&reftitle.returnvalues;
- Returns a new instance of class DOMElement or &false;
- if an error occurred.
+ Returns a new instance of class DOMElement,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createelementns.xml b/reference/dom/domdocument/createelementns.xml
index 495d40988fae..8722b4d152d2 100644
--- a/reference/dom/domdocument/createelementns.xml
+++ b/reference/dom/domdocument/createelementns.xml
@@ -55,7 +55,7 @@
&reftitle.returnvalues;
- The new DOMElement or &false; if an error occurred.
+ The new DOMElement,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createentityreference.xml b/reference/dom/domdocument/createentityreference.xml
index d1c03ba1a584..8758bb7c69dc 100644
--- a/reference/dom/domdocument/createentityreference.xml
+++ b/reference/dom/domdocument/createentityreference.xml
@@ -36,8 +36,7 @@
&reftitle.returnvalues;
- The new DOMEntityReference or &false; if an error
- occurred.
+ The new DOMEntityReference,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createprocessinginstruction.xml b/reference/dom/domdocument/createprocessinginstruction.xml
index 9ae58b9e9e11..28e2d6bf627a 100644
--- a/reference/dom/domdocument/createprocessinginstruction.xml
+++ b/reference/dom/domdocument/createprocessinginstruction.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- The new DOMProcessingInstruction or &false; if an error occurred.
+ The new DOMProcessingInstruction,&return.falseforfailure;
diff --git a/reference/dom/domdocument/createtextnode.xml b/reference/dom/domdocument/createtextnode.xml
index a5a76f949aa8..b2ec3f87ad09 100644
--- a/reference/dom/domdocument/createtextnode.xml
+++ b/reference/dom/domdocument/createtextnode.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- The new DOMText or &false; if an error occurred.
+ The new DOMText,&return.falseforfailure;
diff --git a/reference/dom/domdocument/save.xml b/reference/dom/domdocument/save.xml
index 4af711cd161e..6e46e96df84d 100644
--- a/reference/dom/domdocument/save.xml
+++ b/reference/dom/domdocument/save.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
- Returns the number of bytes written or &false; if an error occurred.
+ Returns the number of bytes written,&return.falseforfailure;
diff --git a/reference/dom/domdocument/savehtml.xml b/reference/dom/domdocument/savehtml.xml
index a92b518e91c9..771e9be8c924 100644
--- a/reference/dom/domdocument/savehtml.xml
+++ b/reference/dom/domdocument/savehtml.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns the HTML, or &false; if an error occurred.
+ Returns the HTML,&return.falseforfailure;
diff --git a/reference/dom/domdocument/savehtmlfile.xml b/reference/dom/domdocument/savehtmlfile.xml
index 26647d8dddfb..287ab055e07b 100644
--- a/reference/dom/domdocument/savehtmlfile.xml
+++ b/reference/dom/domdocument/savehtmlfile.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns the number of bytes written or &false; if an error occurred.
+ Returns the number of bytes written,&return.falseforfailure;
diff --git a/reference/dom/domdocument/savexml.xml b/reference/dom/domdocument/savexml.xml
index 14db0c369662..b4558e4d2042 100644
--- a/reference/dom/domdocument/savexml.xml
+++ b/reference/dom/domdocument/savexml.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns the XML, or &false; if an error occurred.
+ Returns the XML,&return.falseforfailure;
diff --git a/reference/dom/domnode/removechild.xml b/reference/dom/domnode/removechild.xml
index 452f6b01854c..5f6b6d067315 100644
--- a/reference/dom/domnode/removechild.xml
+++ b/reference/dom/domnode/removechild.xml
@@ -36,6 +36,7 @@
&reftitle.returnvalues;
If the child could be removed the function returns the old child.
+ Otherwise, returns &false;
diff --git a/reference/dom/domnode/replacechild.xml b/reference/dom/domnode/replacechild.xml
index d6282a09492d..e4c707141e11 100644
--- a/reference/dom/domnode/replacechild.xml
+++ b/reference/dom/domnode/replacechild.xml
@@ -49,7 +49,7 @@
&reftitle.returnvalues;
- The old node or &false; if an error occur.
+ The old node,&return.falseforfailure;
diff --git a/reference/eio/functions/eio-event-loop.xml b/reference/eio/functions/eio-event-loop.xml
index f25bb5f6da93..039811ef91da 100644
--- a/reference/eio/functions/eio-event-loop.xml
+++ b/reference/eio/functions/eio-event-loop.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- eio_event_loop returns &true; on success,&return.falseforfailure;.
+ &return.success;
diff --git a/reference/eio/functions/eio-lstat.xml b/reference/eio/functions/eio-lstat.xml
index c1c008027489..c70acd9b0712 100644
--- a/reference/eio/functions/eio-lstat.xml
+++ b/reference/eio/functions/eio-lstat.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- eio_lstat returns request resource on success or &false; on error.
+ eio_lstat returns request resource,&return.falseforfailure;
diff --git a/reference/enchant/functions/enchant-broker-init.xml b/reference/enchant/functions/enchant-broker-init.xml
index 28353f5945e9..d274603d5cf7 100644
--- a/reference/enchant/functions/enchant-broker-init.xml
+++ b/reference/enchant/functions/enchant-broker-init.xml
@@ -21,7 +21,7 @@
&reftitle.returnvalues;
- Returns a broker resource on success or &false;.
+ Returns a broker resource,&return.falseforfailure;
diff --git a/reference/event/eventbuffer/read.xml b/reference/event/eventbuffer/read.xml
index cdb4ad00fe38..d4ea6b28e5c3 100644
--- a/reference/event/eventbuffer/read.xml
+++ b/reference/event/eventbuffer/read.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns string read, or &false; on failure.
+ Returns string read,&return.falseforfailure;
diff --git a/reference/event/eventbuffer/substr.xml b/reference/event/eventbuffer/substr.xml
index 8d86b49d42fb..bdb5246ed11e 100644
--- a/reference/event/eventbuffer/substr.xml
+++ b/reference/event/eventbuffer/substr.xml
@@ -58,7 +58,7 @@
Returns the data substracted as a
string
- on success, or &false; on failure.
+ ,&return.falseforfailure;
diff --git a/reference/event/eventbuffer/write.xml b/reference/event/eventbuffer/write.xml
index ce9e3fb6c862..af81900e2d6b 100644
--- a/reference/event/eventbuffer/write.xml
+++ b/reference/event/eventbuffer/write.xml
@@ -54,7 +54,7 @@
&reftitle.returnvalues;
- Returns the number of bytes written, or &false; on error.
+ Returns the number of bytes written,&return.falseforfailure;
diff --git a/reference/event/eventbufferevent/sslgetcipherinfo.xml b/reference/event/eventbufferevent/sslgetcipherinfo.xml
index 89ee4d12be9f..5319c5affc38 100644
--- a/reference/event/eventbufferevent/sslgetcipherinfo.xml
+++ b/reference/event/eventbufferevent/sslgetcipherinfo.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Returns a textual description of the cipher on success, or &false; on error.
+ Returns a textual description of the cipher,&return.falseforfailure;
diff --git a/reference/event/eventbufferevent/sslgetciphername.xml b/reference/event/eventbufferevent/sslgetciphername.xml
index 878c629b68c9..85f8af049b18 100644
--- a/reference/event/eventbufferevent/sslgetciphername.xml
+++ b/reference/event/eventbufferevent/sslgetciphername.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the current cipher name of the SSL connection, or &false; on error.
+ Returns the current cipher name of the SSL connection,&return.falseforfailure;
diff --git a/reference/event/eventbufferevent/sslgetcipherversion.xml b/reference/event/eventbufferevent/sslgetcipherversion.xml
index 1d25717b3b56..080552e0bb03 100644
--- a/reference/event/eventbufferevent/sslgetcipherversion.xml
+++ b/reference/event/eventbufferevent/sslgetcipherversion.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the current cipher version of the SSL connection, or &false; on error.
+ Returns the current cipher version of the SSL connection,&return.falseforfailure;
diff --git a/reference/exec/functions/system.xml b/reference/exec/functions/system.xml
index 25adbb15ac35..2cdf39be96c1 100644
--- a/reference/exec/functions/system.xml
+++ b/reference/exec/functions/system.xml
@@ -60,8 +60,7 @@
&reftitle.returnvalues;
- Returns the last line of the command output on success, and &false;
- on failure.
+ Returns the last line of the command output,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-copy.xml b/reference/fann/functions/fann-copy.xml
index 2a518ac14143..789c6a668730 100644
--- a/reference/fann/functions/fann-copy.xml
+++ b/reference/fann/functions/fann-copy.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Returns a copy of neural network resource on success, or &false; on error
+ Returns a copy of neural network resource,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-create-shortcut-array.xml b/reference/fann/functions/fann-create-shortcut-array.xml
index b2d0cafcb76e..b502e036c623 100644
--- a/reference/fann/functions/fann-create-shortcut-array.xml
+++ b/reference/fann/functions/fann-create-shortcut-array.xml
@@ -43,9 +43,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-create-shortcut.xml b/reference/fann/functions/fann-create-shortcut.xml
index ccb510e841dd..06df9f5840ac 100644
--- a/reference/fann/functions/fann-create-shortcut.xml
+++ b/reference/fann/functions/fann-create-shortcut.xml
@@ -65,9 +65,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-create-sparse-array.xml b/reference/fann/functions/fann-create-sparse-array.xml
index 575b67f5a91e..34f356aa42c7 100644
--- a/reference/fann/functions/fann-create-sparse-array.xml
+++ b/reference/fann/functions/fann-create-sparse-array.xml
@@ -54,9 +54,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-create-sparse.xml b/reference/fann/functions/fann-create-sparse.xml
index 89e8019a69da..7a7d2b78602f 100644
--- a/reference/fann/functions/fann-create-sparse.xml
+++ b/reference/fann/functions/fann-create-sparse.xml
@@ -72,9 +72,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-create-standard-array.xml b/reference/fann/functions/fann-create-standard-array.xml
index adc34ed03eb8..1e2a5f62c199 100644
--- a/reference/fann/functions/fann-create-standard-array.xml
+++ b/reference/fann/functions/fann-create-standard-array.xml
@@ -51,9 +51,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-create-standard.xml b/reference/fann/functions/fann-create-standard.xml
index 1f10a8c07f5b..8225d9f0eb86 100644
--- a/reference/fann/functions/fann-create-standard.xml
+++ b/reference/fann/functions/fann-create-standard.xml
@@ -69,9 +69,7 @@
&reftitle.returnvalues;
-
- Returns a neural network resource on success, or &false; on error.
-
+ &fann.return.ann;
diff --git a/reference/fann/functions/fann-get-activation-function.xml b/reference/fann/functions/fann-get-activation-function.xml
index 3dc2dbe746a3..83c74f6f1446 100644
--- a/reference/fann/functions/fann-get-activation-function.xml
+++ b/reference/fann/functions/fann-get-activation-function.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
Learning functions constant or -1
- if the neuron is not defined in the neural network, or &false; on error.
+ if the neuron is not defined in the neural network,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-activation-steepness.xml b/reference/fann/functions/fann-get-activation-steepness.xml
index 144202bc5f42..04484c2ed415 100644
--- a/reference/fann/functions/fann-get-activation-steepness.xml
+++ b/reference/fann/functions/fann-get-activation-steepness.xml
@@ -66,7 +66,7 @@
&reftitle.returnvalues;
- The activation steepness for the neuron or -1 if the neuron is not defined in the neural network, or &false; on error.
+ The activation steepness for the neuron or -1 if the neuron is not defined in the neural network,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-bit-fail-limit.xml b/reference/fann/functions/fann-get-bit-fail-limit.xml
index c1bc09a4cfb3..3869e43b6bd1 100644
--- a/reference/fann/functions/fann-get-bit-fail-limit.xml
+++ b/reference/fann/functions/fann-get-bit-fail-limit.xml
@@ -46,7 +46,7 @@
&reftitle.returnvalues;
- The bit fail limit, or &false; on error.
+ The bit fail limit,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-bit-fail.xml b/reference/fann/functions/fann-get-bit-fail.xml
index 54a211084269..acfaf4e732da 100644
--- a/reference/fann/functions/fann-get-bit-fail.xml
+++ b/reference/fann/functions/fann-get-bit-fail.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
- The number of bits fail, or &false; on error.
+ The number of bits fail,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-activation-functions-count.xml b/reference/fann/functions/fann-get-cascade-activation-functions-count.xml
index c40e4778cd90..09a9603c633c 100644
--- a/reference/fann/functions/fann-get-cascade-activation-functions-count.xml
+++ b/reference/fann/functions/fann-get-cascade-activation-functions-count.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The number of cascade activation functions, or &false; on error.
+ The number of cascade activation functions,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-activation-functions.xml b/reference/fann/functions/fann-get-cascade-activation-functions.xml
index 31a07e1832e7..bd930d6adf46 100644
--- a/reference/fann/functions/fann-get-cascade-activation-functions.xml
+++ b/reference/fann/functions/fann-get-cascade-activation-functions.xml
@@ -41,7 +41,7 @@
&reftitle.returnvalues;
- The cascade activation functions, or &false; on error.
+ The cascade activation functions,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-activation-steepnesses-count.xml b/reference/fann/functions/fann-get-cascade-activation-steepnesses-count.xml
index 396aca1c85be..0c60edf6b5b2 100644
--- a/reference/fann/functions/fann-get-cascade-activation-steepnesses-count.xml
+++ b/reference/fann/functions/fann-get-cascade-activation-steepnesses-count.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The number of activation steepnesses, or &false; on error.
+ The number of activation steepnesses,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-activation-steepnesses.xml b/reference/fann/functions/fann-get-cascade-activation-steepnesses.xml
index ad42c7a831c5..87899eac8284 100644
--- a/reference/fann/functions/fann-get-cascade-activation-steepnesses.xml
+++ b/reference/fann/functions/fann-get-cascade-activation-steepnesses.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
- The cascade activation steepnesses, or &false; on error.
+ The cascade activation steepnesses,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-candidate-change-fraction.xml b/reference/fann/functions/fann-get-cascade-candidate-change-fraction.xml
index 7e1b56f15115..e7d832707ec1 100644
--- a/reference/fann/functions/fann-get-cascade-candidate-change-fraction.xml
+++ b/reference/fann/functions/fann-get-cascade-candidate-change-fraction.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
- The cascade candidate change fraction, or &false; on error.
+ The cascade candidate change fraction,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-candidate-limit.xml b/reference/fann/functions/fann-get-cascade-candidate-limit.xml
index 06829b921f8b..a55d93044dd6 100644
--- a/reference/fann/functions/fann-get-cascade-candidate-limit.xml
+++ b/reference/fann/functions/fann-get-cascade-candidate-limit.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- The candidate limit, or &false; on error.
+ The candidate limit,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-candidate-stagnation-epochs.xml b/reference/fann/functions/fann-get-cascade-candidate-stagnation-epochs.xml
index ae98c4b6a25a..5dbe98ad293d 100644
--- a/reference/fann/functions/fann-get-cascade-candidate-stagnation-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-candidate-stagnation-epochs.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- The number of cascade candidate stagnation epochs, or &false; on error.
+ The number of cascade candidate stagnation epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-max-cand-epochs.xml b/reference/fann/functions/fann-get-cascade-max-cand-epochs.xml
index 748774231780..1bea31e24fa6 100644
--- a/reference/fann/functions/fann-get-cascade-max-cand-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-max-cand-epochs.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The maximum candidate epochs, or &false; on error.
+ The maximum candidate epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-max-out-epochs.xml b/reference/fann/functions/fann-get-cascade-max-out-epochs.xml
index 13bf56d74bc5..b5b2d0c34013 100644
--- a/reference/fann/functions/fann-get-cascade-max-out-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-max-out-epochs.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The maximum out epochs, or &false; on error.
+ The maximum out epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-min-cand-epochs.xml b/reference/fann/functions/fann-get-cascade-min-cand-epochs.xml
index 2460f5cba005..8f42c573eaaa 100644
--- a/reference/fann/functions/fann-get-cascade-min-cand-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-min-cand-epochs.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The minimum candidate epochs, or &false; on error.
+ The minimum candidate epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-min-out-epochs.xml b/reference/fann/functions/fann-get-cascade-min-out-epochs.xml
index c95413674676..7488051141eb 100644
--- a/reference/fann/functions/fann-get-cascade-min-out-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-min-out-epochs.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The minimum out epochs, or &false; on error.
+ The minimum out epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-num-candidate-groups.xml b/reference/fann/functions/fann-get-cascade-num-candidate-groups.xml
index fe08e6970462..52298a8bc4ec 100644
--- a/reference/fann/functions/fann-get-cascade-num-candidate-groups.xml
+++ b/reference/fann/functions/fann-get-cascade-num-candidate-groups.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- The number of candidate groups, or &false; on error.
+ The number of candidate groups,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-num-candidates.xml b/reference/fann/functions/fann-get-cascade-num-candidates.xml
index a462f53ab276..04937ace4af9 100644
--- a/reference/fann/functions/fann-get-cascade-num-candidates.xml
+++ b/reference/fann/functions/fann-get-cascade-num-candidates.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- The number of candidates used during training, or &false; on error.
+ The number of candidates used during training,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
index 9b35407bda12..9a7f9145d2af 100644
--- a/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
+++ b/reference/fann/functions/fann-get-cascade-output-change-fraction.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- The cascade output change fraction, or &false; on error.
+ The cascade output change fraction,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-output-stagnation-epochs.xml b/reference/fann/functions/fann-get-cascade-output-stagnation-epochs.xml
index 2456714c780f..c8c60a83678f 100644
--- a/reference/fann/functions/fann-get-cascade-output-stagnation-epochs.xml
+++ b/reference/fann/functions/fann-get-cascade-output-stagnation-epochs.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- The number of cascade output stagnation epochs, or &false; on error.
+ The number of cascade output stagnation epochs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-cascade-weight-multiplier.xml b/reference/fann/functions/fann-get-cascade-weight-multiplier.xml
index 05832c9c6812..1e6be995ebf8 100644
--- a/reference/fann/functions/fann-get-cascade-weight-multiplier.xml
+++ b/reference/fann/functions/fann-get-cascade-weight-multiplier.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The weight multiplier, or &false; on error.
+ The weight multiplier,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-connection-rate.xml b/reference/fann/functions/fann-get-connection-rate.xml
index 8564cde9094b..e606e20de79f 100644
--- a/reference/fann/functions/fann-get-connection-rate.xml
+++ b/reference/fann/functions/fann-get-connection-rate.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The connection rate used when the network was created, or &false; on error.
+ The connection rate used when the network was created,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-errno.xml b/reference/fann/functions/fann-get-errno.xml
index 7412ba6e254b..142925bbc3cb 100644
--- a/reference/fann/functions/fann-get-errno.xml
+++ b/reference/fann/functions/fann-get-errno.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The error number, or &false; on error.
+ The error number,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-errstr.xml b/reference/fann/functions/fann-get-errstr.xml
index e353761d94b6..2c6addbe5506 100644
--- a/reference/fann/functions/fann-get-errstr.xml
+++ b/reference/fann/functions/fann-get-errstr.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The last error string, or &false; on error.
+ The last error string,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-learning-momentum.xml b/reference/fann/functions/fann-get-learning-momentum.xml
index 107acdda1338..98b849a57595 100644
--- a/reference/fann/functions/fann-get-learning-momentum.xml
+++ b/reference/fann/functions/fann-get-learning-momentum.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
&fann.return.bool;
- The learning momentum, or &false; on error.
+ The learning momentum,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-learning-rate.xml b/reference/fann/functions/fann-get-learning-rate.xml
index 436c28c8ccc1..fb313d010f01 100644
--- a/reference/fann/functions/fann-get-learning-rate.xml
+++ b/reference/fann/functions/fann-get-learning-rate.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- The learning rate, or &false; on error.
+ The learning rate,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-mse.xml b/reference/fann/functions/fann-get-mse.xml
index f426cf7ae5ea..e7a4c2dfa3c2 100644
--- a/reference/fann/functions/fann-get-mse.xml
+++ b/reference/fann/functions/fann-get-mse.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The mean square error, or &false; on error.
+ The mean square error,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-network-type.xml b/reference/fann/functions/fann-get-network-type.xml
index acc17c4610cc..cf76f0bed603 100644
--- a/reference/fann/functions/fann-get-network-type.xml
+++ b/reference/fann/functions/fann-get-network-type.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Network type constant, or &false; on error.
+ Network type constant,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-num-input.xml b/reference/fann/functions/fann-get-num-input.xml
index a6ddb561cddd..e72ecde44ca9 100644
--- a/reference/fann/functions/fann-get-num-input.xml
+++ b/reference/fann/functions/fann-get-num-input.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Number of input neurons, or &false; on error
+ Number of input neurons,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-num-layers.xml b/reference/fann/functions/fann-get-num-layers.xml
index edc2770ec09d..3cde7c890369 100644
--- a/reference/fann/functions/fann-get-num-layers.xml
+++ b/reference/fann/functions/fann-get-num-layers.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The number of leayers in the neural network, or &false; on error.
+ The number of leayers in the neural network,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-num-output.xml b/reference/fann/functions/fann-get-num-output.xml
index 7430ddb64236..0fffa1a302fa 100644
--- a/reference/fann/functions/fann-get-num-output.xml
+++ b/reference/fann/functions/fann-get-num-output.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Number of output neurons, or &false; on error
+ Number of output neurons,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-quickprop-decay.xml b/reference/fann/functions/fann-get-quickprop-decay.xml
index dfb72706a8ff..0ad2826d9c43 100644
--- a/reference/fann/functions/fann-get-quickprop-decay.xml
+++ b/reference/fann/functions/fann-get-quickprop-decay.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The decay, or &false; on error.
+ The decay,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-quickprop-mu.xml b/reference/fann/functions/fann-get-quickprop-mu.xml
index a64d7f7407b6..b8d5236b118b 100644
--- a/reference/fann/functions/fann-get-quickprop-mu.xml
+++ b/reference/fann/functions/fann-get-quickprop-mu.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- The mu factor, or &false; on error.
+ The mu factor,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-rprop-decrease-factor.xml b/reference/fann/functions/fann-get-rprop-decrease-factor.xml
index 9cbb64ed8c88..e52a0aa923ac 100644
--- a/reference/fann/functions/fann-get-rprop-decrease-factor.xml
+++ b/reference/fann/functions/fann-get-rprop-decrease-factor.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The decrease factor, or &false; on error.
+ The decrease factor,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-rprop-delta-max.xml b/reference/fann/functions/fann-get-rprop-delta-max.xml
index 54dca2db9e34..4a625d9632e1 100644
--- a/reference/fann/functions/fann-get-rprop-delta-max.xml
+++ b/reference/fann/functions/fann-get-rprop-delta-max.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The maximum step-size, or &false; on error.
+ The maximum step-size,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-rprop-delta-min.xml b/reference/fann/functions/fann-get-rprop-delta-min.xml
index 560d295292c8..f559c6ec5a64 100644
--- a/reference/fann/functions/fann-get-rprop-delta-min.xml
+++ b/reference/fann/functions/fann-get-rprop-delta-min.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The minimum step-size, or &false; on error.
+ The minimum step-size,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-rprop-delta-zero.xml b/reference/fann/functions/fann-get-rprop-delta-zero.xml
index 182ef0a44890..36085acf5b63 100644
--- a/reference/fann/functions/fann-get-rprop-delta-zero.xml
+++ b/reference/fann/functions/fann-get-rprop-delta-zero.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The initial step-size, or &false; on error.
+ The initial step-size,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-rprop-increase-factor.xml b/reference/fann/functions/fann-get-rprop-increase-factor.xml
index 7a433b02c76e..e899317cd48c 100644
--- a/reference/fann/functions/fann-get-rprop-increase-factor.xml
+++ b/reference/fann/functions/fann-get-rprop-increase-factor.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The increase factor, or &false; on error.
+ The increase factor,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-sarprop-step-error-shift.xml b/reference/fann/functions/fann-get-sarprop-step-error-shift.xml
index aade12f78d2d..2be19a8b7350 100644
--- a/reference/fann/functions/fann-get-sarprop-step-error-shift.xml
+++ b/reference/fann/functions/fann-get-sarprop-step-error-shift.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The sarprop step error shift , or &false; on error.
+ The sarprop step error shift,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-sarprop-step-error-threshold-factor.xml b/reference/fann/functions/fann-get-sarprop-step-error-threshold-factor.xml
index 62ba4170c1a0..59fbdf8712ae 100644
--- a/reference/fann/functions/fann-get-sarprop-step-error-threshold-factor.xml
+++ b/reference/fann/functions/fann-get-sarprop-step-error-threshold-factor.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The sarprop step error threshold factor, or &false; on error.
+ The sarprop step error threshold factor,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-sarprop-temperature.xml b/reference/fann/functions/fann-get-sarprop-temperature.xml
index f4371a722dc4..c8022486f544 100644
--- a/reference/fann/functions/fann-get-sarprop-temperature.xml
+++ b/reference/fann/functions/fann-get-sarprop-temperature.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The sarprop temperature, or &false; on error.
+ The sarprop temperature,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-sarprop-weight-decay-shift.xml b/reference/fann/functions/fann-get-sarprop-weight-decay-shift.xml
index 226ac5ec5c63..1db0a5855019 100644
--- a/reference/fann/functions/fann-get-sarprop-weight-decay-shift.xml
+++ b/reference/fann/functions/fann-get-sarprop-weight-decay-shift.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The sarprop weight decay shift, or &false; on error.
+ The sarprop weight decay shift,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-total-connections.xml b/reference/fann/functions/fann-get-total-connections.xml
index a3e38b3531bb..47db06b896d1 100644
--- a/reference/fann/functions/fann-get-total-connections.xml
+++ b/reference/fann/functions/fann-get-total-connections.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Total number of connections in the entire network, or &false; on error
+ Total number of connections in the entire network,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-total-neurons.xml b/reference/fann/functions/fann-get-total-neurons.xml
index 45739d2f127e..33dd45af434f 100644
--- a/reference/fann/functions/fann-get-total-neurons.xml
+++ b/reference/fann/functions/fann-get-total-neurons.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Total number of neurons in the entire network, or &false; on error.
+ Total number of neurons in the entire network,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-train-error-function.xml b/reference/fann/functions/fann-get-train-error-function.xml
index 1bc0cc8b410e..3563b237014f 100644
--- a/reference/fann/functions/fann-get-train-error-function.xml
+++ b/reference/fann/functions/fann-get-train-error-function.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
- The error function constant, or &false; on error.
+ The error function constant,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-train-stop-function.xml b/reference/fann/functions/fann-get-train-stop-function.xml
index 348aebdd89ca..d3ddfeaa8c1a 100644
--- a/reference/fann/functions/fann-get-train-stop-function.xml
+++ b/reference/fann/functions/fann-get-train-stop-function.xml
@@ -39,7 +39,7 @@
&reftitle.returnvalues;
- The stop function constant, or &false; on error.
+ The stop function constant,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-get-training-algorithm.xml b/reference/fann/functions/fann-get-training-algorithm.xml
index 19f6f923cee6..f656bf3a0415 100644
--- a/reference/fann/functions/fann-get-training-algorithm.xml
+++ b/reference/fann/functions/fann-get-training-algorithm.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Training algorithm constant, or &false; on error.
+ Training algorithm constant,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-length-train-data.xml b/reference/fann/functions/fann-length-train-data.xml
index 3076f0f12ce6..4607ebbb54c1 100644
--- a/reference/fann/functions/fann-length-train-data.xml
+++ b/reference/fann/functions/fann-length-train-data.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Number of elements in the train data resource, or &false; on error.
+ Number of elements in the train data resource,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-merge-train-data.xml b/reference/fann/functions/fann-merge-train-data.xml
index ec2d3dda99b4..fec8799bd326 100644
--- a/reference/fann/functions/fann-merge-train-data.xml
+++ b/reference/fann/functions/fann-merge-train-data.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- New merged train data resource, or &false; on error.
+ New merged train data resource,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-num-input-train-data.xml b/reference/fann/functions/fann-num-input-train-data.xml
index 9120aee908aa..57151056ab5e 100644
--- a/reference/fann/functions/fann-num-input-train-data.xml
+++ b/reference/fann/functions/fann-num-input-train-data.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The number of inputs, or &false; on error.
+ The number of inputs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-num-output-train-data.xml b/reference/fann/functions/fann-num-output-train-data.xml
index 7c784faf07ca..16589b88f383 100644
--- a/reference/fann/functions/fann-num-output-train-data.xml
+++ b/reference/fann/functions/fann-num-output-train-data.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The number of outputs, or &false; on error.
+ The number of outputs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-run.xml b/reference/fann/functions/fann-run.xml
index d1ad08ec4413..1eb48cb73b6e 100644
--- a/reference/fann/functions/fann-run.xml
+++ b/reference/fann/functions/fann-run.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Array of output values, or &false; on error
+ Array of output values,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-set-sarprop-temperature.xml b/reference/fann/functions/fann-set-sarprop-temperature.xml
index 7756ab3f7e7c..3b7736f22562 100644
--- a/reference/fann/functions/fann-set-sarprop-temperature.xml
+++ b/reference/fann/functions/fann-set-sarprop-temperature.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
&fann.return.bool;
-
+
&reftitle.notes;
diff --git a/reference/fann/functions/fann-test-data.xml b/reference/fann/functions/fann-test-data.xml
index 313e847d452e..dac5270f4e69 100644
--- a/reference/fann/functions/fann-test-data.xml
+++ b/reference/fann/functions/fann-test-data.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- The updated MSE, or &false; on error.
+ The updated MSE,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-test.xml b/reference/fann/functions/fann-test.xml
index 8d2f261b11c7..f8faf08dc648 100644
--- a/reference/fann/functions/fann-test.xml
+++ b/reference/fann/functions/fann-test.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns test outputs on success, or &false; on error.
+ Returns test outputs,&return.falseforfailure;
diff --git a/reference/fann/functions/fann-train-epoch.xml b/reference/fann/functions/fann-train-epoch.xml
index 79bef9d05a24..56e3618ed642 100644
--- a/reference/fann/functions/fann-train-epoch.xml
+++ b/reference/fann/functions/fann-train-epoch.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- The MSE, or &false; on error.
+ The MSE,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-blob-size.xml b/reference/fbsql/functions/fbsql-blob-size.xml
index 9ab613283bc0..f70ede585339 100644
--- a/reference/fbsql/functions/fbsql-blob-size.xml
+++ b/reference/fbsql/functions/fbsql-blob-size.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns the BLOB size as an integer, or &false; on error.
+ Returns the BLOB size as an integer,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-clob-size.xml b/reference/fbsql/functions/fbsql-clob-size.xml
index 231ab2b7af63..5b6f7c4ff245 100644
--- a/reference/fbsql/functions/fbsql-clob-size.xml
+++ b/reference/fbsql/functions/fbsql-clob-size.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns the CLOB size as an integer, or &false; on error.
+ Returns the CLOB size as an integer,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-connect.xml b/reference/fbsql/functions/fbsql-connect.xml
index 289aaf1e0173..1f30a8aadf12 100644
--- a/reference/fbsql/functions/fbsql-connect.xml
+++ b/reference/fbsql/functions/fbsql-connect.xml
@@ -66,8 +66,7 @@
&reftitle.returnvalues;
- Returns a positive FrontBase link identifier on success, or &false; on
- errors.
+ Returns a positive FrontBase link identifier,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-db-query.xml b/reference/fbsql/functions/fbsql-db-query.xml
index 3e3884e9f670..9a997cd1a4a4 100644
--- a/reference/fbsql/functions/fbsql-db-query.xml
+++ b/reference/fbsql/functions/fbsql-db-query.xml
@@ -52,8 +52,7 @@
&reftitle.returnvalues;
- Returns a positive FrontBase result identifier to the query result, or
- &false; on error.
+ Returns a positive FrontBase result identifier to the query result,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-fetch-field.xml b/reference/fbsql/functions/fbsql-fetch-field.xml
index 68e531862ccd..37a81e7e9e9e 100644
--- a/reference/fbsql/functions/fbsql-fetch-field.xml
+++ b/reference/fbsql/functions/fbsql-fetch-field.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- Returns an object containing field information, or &false; on errors.
+ Returns an object containing field information,&return.falseforfailure;
The properties of the object are:
diff --git a/reference/fbsql/functions/fbsql-fetch-lengths.xml b/reference/fbsql/functions/fbsql-fetch-lengths.xml
index 7f8b9a2a26c1..8a28649f8b3d 100644
--- a/reference/fbsql/functions/fbsql-fetch-lengths.xml
+++ b/reference/fbsql/functions/fbsql-fetch-lengths.xml
@@ -33,8 +33,7 @@
&reftitle.returnvalues;
Returns an array, starting at offset 0, that corresponds to the lengths of
- each field in the last row fetched by fbsql_fetch_row,
- or &false; on error.
+ each field in the last row fetched by fbsql_fetch_row,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-list-dbs.xml b/reference/fbsql/functions/fbsql-list-dbs.xml
index 320a75631c09..d57ad73528b0 100644
--- a/reference/fbsql/functions/fbsql-list-dbs.xml
+++ b/reference/fbsql/functions/fbsql-list-dbs.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns a result pointer or &false; on error.
+ Returns a result pointer,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-list-fields.xml b/reference/fbsql/functions/fbsql-list-fields.xml
index 7bbeb9abe064..2d76868e81df 100644
--- a/reference/fbsql/functions/fbsql-list-fields.xml
+++ b/reference/fbsql/functions/fbsql-list-fields.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
Returns a result pointer which can be used with the
- fbsql_field_xxx functions, or &false; on error.
+ fbsql_field_xxx functions,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-list-tables.xml b/reference/fbsql/functions/fbsql-list-tables.xml
index ce2873704f06..a9ebcf46daa5 100644
--- a/reference/fbsql/functions/fbsql-list-tables.xml
+++ b/reference/fbsql/functions/fbsql-list-tables.xml
@@ -40,7 +40,7 @@
Returns a result pointer which can be used with the
fbsql_tablename function to read the actual table
- names, or &false; on error.
+ names,&return.falseforfailure;
diff --git a/reference/fbsql/functions/fbsql-pconnect.xml b/reference/fbsql/functions/fbsql-pconnect.xml
index 87131527b42d..da030b0620cb 100644
--- a/reference/fbsql/functions/fbsql-pconnect.xml
+++ b/reference/fbsql/functions/fbsql-pconnect.xml
@@ -75,8 +75,7 @@
&reftitle.returnvalues;
- Returns a positive FrontBase persistent link identifier on success, or
- &false; on error.
+ Returns a positive FrontBase persistent link identifier,&return.falseforfailure;
diff --git a/reference/fdf/functions/fdf-create.xml b/reference/fdf/functions/fdf-create.xml
index bbf0f8458d51..f2cc8fecb943 100644
--- a/reference/fdf/functions/fdf-create.xml
+++ b/reference/fdf/functions/fdf-create.xml
@@ -29,7 +29,7 @@
&reftitle.returnvalues;
- Returns a FDF document handle, or &false; on error.
+ Returns a FDF document handle,&return.falseforfailure;
diff --git a/reference/fdf/functions/fdf-open-string.xml b/reference/fdf/functions/fdf-open-string.xml
index f6bff3e8af6c..a80835c13a52 100644
--- a/reference/fdf/functions/fdf-open-string.xml
+++ b/reference/fdf/functions/fdf-open-string.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns a FDF document handle, or &false; on error.
+ Returns a FDF document handle,&return.falseforfailure;
diff --git a/reference/fdf/functions/fdf-open.xml b/reference/fdf/functions/fdf-open.xml
index 398710c13040..0e345b620f7d 100644
--- a/reference/fdf/functions/fdf-open.xml
+++ b/reference/fdf/functions/fdf-open.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns a FDF document handle, or &false; on error.
+ Returns a FDF document handle,&return.falseforfailure;
diff --git a/reference/fdf/functions/fdf-save-string.xml b/reference/fdf/functions/fdf-save-string.xml
index 8d45562a9621..2ef3fe8b45f9 100644
--- a/reference/fdf/functions/fdf-save-string.xml
+++ b/reference/fdf/functions/fdf-save-string.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Returns the document as a string, or &false; on error.
+ Returns the document as a string,&return.falseforfailure;
diff --git a/reference/fileinfo/functions/finfo-buffer.xml b/reference/fileinfo/functions/finfo-buffer.xml
index b3b8bd918e95..0c31af356655 100644
--- a/reference/fileinfo/functions/finfo-buffer.xml
+++ b/reference/fileinfo/functions/finfo-buffer.xml
@@ -73,7 +73,7 @@
&reftitle.returnvalues;
Returns a textual description of the string
- argument, or &false; if an error occurred.
+ argument,&return.falseforfailure;
diff --git a/reference/fileinfo/functions/finfo-file.xml b/reference/fileinfo/functions/finfo-file.xml
index e216cd93d708..55b93b31f0b9 100644
--- a/reference/fileinfo/functions/finfo-file.xml
+++ b/reference/fileinfo/functions/finfo-file.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
Returns a textual description of the contents of the
- filename argument, or &false; if an error occurred.
+ filename argument,&return.falseforfailure;
diff --git a/reference/filesystem/functions/fstat.xml b/reference/filesystem/functions/fstat.xml
index e000aed11e2b..53604e6aa86e 100644
--- a/reference/filesystem/functions/fstat.xml
+++ b/reference/filesystem/functions/fstat.xml
@@ -37,9 +37,9 @@
&reftitle.returnvalues;
- Returns an array with the statistics of the file; the format of the array
- is described in detail on the stat manual page.
- Returns &false; on failure.
+ Returns an array with the statistics of the file,&return.falseforfailure;.
+ The format of the array is described in detail on the
+ stat manual page.
diff --git a/reference/filesystem/functions/fwrite.xml b/reference/filesystem/functions/fwrite.xml
index b7cd9870ada9..a60afb8c0927 100644
--- a/reference/filesystem/functions/fwrite.xml
+++ b/reference/filesystem/functions/fwrite.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
fwrite returns the number of bytes
- written, or &false; on error.
+ written,&return.falseforfailure;
diff --git a/reference/filesystem/functions/glob.xml b/reference/filesystem/functions/glob.xml
index ef5b49d4bcc2..c96eab44c052 100644
--- a/reference/filesystem/functions/glob.xml
+++ b/reference/filesystem/functions/glob.xml
@@ -127,7 +127,7 @@
&reftitle.returnvalues;
Returns an array containing the matched files/directories, an empty array
- if no file matched or &false; on error.
+ if no file matched,&return.falseforfailure;
diff --git a/reference/filesystem/functions/is-executable.xml b/reference/filesystem/functions/is-executable.xml
index 75c6518567a5..00ac527be436 100644
--- a/reference/filesystem/functions/is-executable.xml
+++ b/reference/filesystem/functions/is-executable.xml
@@ -36,8 +36,7 @@
&reftitle.returnvalues;
- Returns &true; if the filename exists and is executable, or &false; on
- error.
+ Returns &true; if the filename exists and is executable,&return.falseforfailure;
diff --git a/reference/filesystem/functions/parse-ini-file.xml b/reference/filesystem/functions/parse-ini-file.xml
index b0b5fe3a68f5..57728fc2b11a 100644
--- a/reference/filesystem/functions/parse-ini-file.xml
+++ b/reference/filesystem/functions/parse-ini-file.xml
@@ -67,8 +67,7 @@
&reftitle.returnvalues;
- The settings are returned as an associative array on success,
- and &false; on failure.
+ The settings are returned as an associative array,&return.falseforfailure;
diff --git a/reference/filesystem/functions/parse-ini-string.xml b/reference/filesystem/functions/parse-ini-string.xml
index 563a8ae505f3..2fbd96205256 100644
--- a/reference/filesystem/functions/parse-ini-string.xml
+++ b/reference/filesystem/functions/parse-ini-string.xml
@@ -64,8 +64,7 @@
&reftitle.returnvalues;
- The settings are returned as an associative array on success,
- and &false; on failure.
+ The settings are returned as an associative array,&return.falseforfailure;
diff --git a/reference/filesystem/functions/readlink.xml b/reference/filesystem/functions/readlink.xml
index 50eec8a5f843..c7bdded6fb1f 100644
--- a/reference/filesystem/functions/readlink.xml
+++ b/reference/filesystem/functions/readlink.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns the contents of the symbolic link path or &false; on error.
+ Returns the contents of the symbolic link path,&return.falseforfailure;
diff --git a/reference/filesystem/functions/tempnam.xml b/reference/filesystem/functions/tempnam.xml
index 1c50e14981fd..cf615eb76c4f 100644
--- a/reference/filesystem/functions/tempnam.xml
+++ b/reference/filesystem/functions/tempnam.xml
@@ -54,8 +54,7 @@
&reftitle.returnvalues;
- Returns the new temporary filename (with path), or &false; on
- failure.
+ Returns the new temporary filename (with path),&return.falseforfailure;
diff --git a/reference/filter/functions/filter-var-array.xml b/reference/filter/functions/filter-var-array.xml
index 220309f59973..427621b3df34 100644
--- a/reference/filter/functions/filter-var-array.xml
+++ b/reference/filter/functions/filter-var-array.xml
@@ -65,8 +65,8 @@
&reftitle.returnvalues;
- An array containing the values of the requested variables on success, or &false;
- on failure. An array value will be &false; if the filter fails, or &null; if
+ An array containing the values of the requested variables,&return.falseforfailure;
+ An array value will be &false; if the filter fails, or &null; if
the variable is not set.
diff --git a/reference/ftp/functions/ftp-chmod.xml b/reference/ftp/functions/ftp-chmod.xml
index 0a2b8035dbfd..f258f7426112 100644
--- a/reference/ftp/functions/ftp-chmod.xml
+++ b/reference/ftp/functions/ftp-chmod.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns the new file permissions on success or &false; on error.
+ Returns the new file permissions,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-connect.xml b/reference/ftp/functions/ftp-connect.xml
index 242d46b5d75c..a97f1a23b0ca 100644
--- a/reference/ftp/functions/ftp-connect.xml
+++ b/reference/ftp/functions/ftp-connect.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
- Returns a FTP stream on success or &false; on error.
+ Returns a FTP stream,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-mkdir.xml b/reference/ftp/functions/ftp-mkdir.xml
index 5a89b8820fca..e6f98b353599 100644
--- a/reference/ftp/functions/ftp-mkdir.xml
+++ b/reference/ftp/functions/ftp-mkdir.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns the newly created directory name on success or &false; on error.
+ Returns the newly created directory name,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-mlsd.xml b/reference/ftp/functions/ftp-mlsd.xml
index 9a7dabcc7d1c..b5c3491aeb34 100644
--- a/reference/ftp/functions/ftp-mlsd.xml
+++ b/reference/ftp/functions/ftp-mlsd.xml
@@ -39,8 +39,7 @@
&reftitle.returnvalues;
- Returns an array of arrays with file infos from the specified directory on success or
- &false; on error.
+ Returns an array of arrays with file infos from the specified directory,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-nlist.xml b/reference/ftp/functions/ftp-nlist.xml
index e75a502e9588..420cfd4cda3f 100644
--- a/reference/ftp/functions/ftp-nlist.xml
+++ b/reference/ftp/functions/ftp-nlist.xml
@@ -42,8 +42,7 @@
&reftitle.returnvalues;
- Returns an array of filenames from the specified directory on success or
- &false; on error.
+ Returns an array of filenames from the specified directory,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-pwd.xml b/reference/ftp/functions/ftp-pwd.xml
index 6c799e425090..7c6f3e91656b 100644
--- a/reference/ftp/functions/ftp-pwd.xml
+++ b/reference/ftp/functions/ftp-pwd.xml
@@ -32,7 +32,7 @@
&reftitle.returnvalues;
- Returns the current directory name or &false; on error.
+ Returns the current directory name,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-ssl-connect.xml b/reference/ftp/functions/ftp-ssl-connect.xml
index 1cb329a6faa4..9ba6b6464e94 100644
--- a/reference/ftp/functions/ftp-ssl-connect.xml
+++ b/reference/ftp/functions/ftp-ssl-connect.xml
@@ -78,7 +78,7 @@
&reftitle.returnvalues;
- Returns a SSL-FTP stream on success or &false; on error.
+ Returns a SSL-FTP stream,&return.falseforfailure;
diff --git a/reference/ftp/functions/ftp-systype.xml b/reference/ftp/functions/ftp-systype.xml
index 761f7a6114f9..8d8ecab4ef1a 100644
--- a/reference/ftp/functions/ftp-systype.xml
+++ b/reference/ftp/functions/ftp-systype.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Returns the remote system type, or &false; on error.
+ Returns the remote system type,&return.falseforfailure;
diff --git a/reference/funchand/functions/call-user-func-array.xml b/reference/funchand/functions/call-user-func-array.xml
index e3ff3e274c81..e2cef30d0292 100644
--- a/reference/funchand/functions/call-user-func-array.xml
+++ b/reference/funchand/functions/call-user-func-array.xml
@@ -46,7 +46,7 @@
&reftitle.returnvalues;
- Returns the return value of the callback, or &false; on error.
+ Returns the return value of the callback,&return.falseforfailure;
diff --git a/reference/funchand/functions/create-function.xml b/reference/funchand/functions/create-function.xml
index e68786033c7d..7f7575b3011a 100644
--- a/reference/funchand/functions/create-function.xml
+++ b/reference/funchand/functions/create-function.xml
@@ -64,7 +64,7 @@
&reftitle.returnvalues;
- Returns a unique function name as a string, or &false; on error.
+ Returns a unique function name as a string,&return.falseforfailure;
diff --git a/reference/funchand/functions/forward-static-call-array.xml b/reference/funchand/functions/forward-static-call-array.xml
index 67f9bfbec829..faacd2c7ac38 100644
--- a/reference/funchand/functions/forward-static-call-array.xml
+++ b/reference/funchand/functions/forward-static-call-array.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
- Returns the function result, or &false; on error.
+ Returns the function result,&return.falseforfailure;
diff --git a/reference/funchand/functions/forward-static-call.xml b/reference/funchand/functions/forward-static-call.xml
index 4a89c8568124..baab4d4e2054 100644
--- a/reference/funchand/functions/forward-static-call.xml
+++ b/reference/funchand/functions/forward-static-call.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns the function result, or &false; on error.
+ Returns the function result,&return.falseforfailure;
diff --git a/reference/funchand/functions/func-get-arg.xml b/reference/funchand/functions/func-get-arg.xml
index 3e55ab2bb80f..4e120c9ed97a 100644
--- a/reference/funchand/functions/func-get-arg.xml
+++ b/reference/funchand/functions/func-get-arg.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns the specified argument, or &false; on error.
+ Returns the specified argument,&return.falseforfailure;
diff --git a/reference/gearman/gearmanclient/clone.xml b/reference/gearman/gearmanclient/clone.xml
index d1a804223d28..911667b1d8a4 100644
--- a/reference/gearman/gearmanclient/clone.xml
+++ b/reference/gearman/gearmanclient/clone.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- A GearmanClient on success, &false; on failure.
+ A GearmanClient,&return.falseforfailure;
diff --git a/reference/gettext/functions/bind-textdomain-codeset.xml b/reference/gettext/functions/bind-textdomain-codeset.xml
index 997114e5355b..ba837b7aa45c 100644
--- a/reference/gettext/functions/bind-textdomain-codeset.xml
+++ b/reference/gettext/functions/bind-textdomain-codeset.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- A string on success.
+ A string on success,&return.falseforfailure;
diff --git a/reference/hash/functions/hash-hkdf.xml b/reference/hash/functions/hash-hkdf.xml
index d726a341f75b..be928eb3410d 100644
--- a/reference/hash/functions/hash-hkdf.xml
+++ b/reference/hash/functions/hash-hkdf.xml
@@ -83,7 +83,7 @@
&reftitle.returnvalues;
Returns a string containing a raw binary representation of the derived key
- (also known as output keying material - OKM); or &false; on failure.
+ (also known as output keying material - OKM),&return.falseforfailure;
diff --git a/reference/ibase/functions/ibase-blob-import.xml b/reference/ibase/functions/ibase-blob-import.xml
index 3e0418c57c7b..1e50f3914702 100644
--- a/reference/ibase/functions/ibase-blob-import.xml
+++ b/reference/ibase/functions/ibase-blob-import.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns the BLOB id on success, or &false; on error.
+ Returns the BLOB id,&return.falseforfailure;
diff --git a/reference/ibase/functions/ibase-connect.xml b/reference/ibase/functions/ibase-connect.xml
index d9664cd8377b..10975fc9c7ec 100644
--- a/reference/ibase/functions/ibase-connect.xml
+++ b/reference/ibase/functions/ibase-connect.xml
@@ -117,7 +117,7 @@
&reftitle.returnvalues;
- Returns an Firebird/InterBase link identifier on success, or &false; on error.
+ Returns an Firebird/InterBase link identifier,&return.falseforfailure;
diff --git a/reference/ibase/functions/ibase-pconnect.xml b/reference/ibase/functions/ibase-pconnect.xml
index 3fec84d3990e..787b0f38d1ca 100644
--- a/reference/ibase/functions/ibase-pconnect.xml
+++ b/reference/ibase/functions/ibase-pconnect.xml
@@ -126,7 +126,7 @@
&reftitle.returnvalues;
- Returns an InterBase link identifier on success, or &false; on error.
+ Returns an InterBase link identifier,&return.falseforfailure;
diff --git a/reference/ibase/functions/ibase-prepare.xml b/reference/ibase/functions/ibase-prepare.xml
index 3d42fb53e618..f667647b6833 100644
--- a/reference/ibase/functions/ibase-prepare.xml
+++ b/reference/ibase/functions/ibase-prepare.xml
@@ -67,7 +67,7 @@
&reftitle.returnvalues;
- Returns a prepared query handle, or &false; on error.
+ Returns a prepared query handle,&return.falseforfailure;
diff --git a/reference/ibase/functions/ibase-trans.xml b/reference/ibase/functions/ibase-trans.xml
index 1cc36ab585bb..86f3e9f4db92 100644
--- a/reference/ibase/functions/ibase-trans.xml
+++ b/reference/ibase/functions/ibase-trans.xml
@@ -84,7 +84,7 @@
&reftitle.returnvalues;
- Returns a transaction handle, or &false; on error.
+ Returns a transaction handle,&return.falseforfailure;
diff --git a/reference/ibm_db2/functions/db2-client-info.xml b/reference/ibm_db2/functions/db2-client-info.xml
index 727912ded5c3..c18ced7d77b8 100644
--- a/reference/ibm_db2/functions/db2-client-info.xml
+++ b/reference/ibm_db2/functions/db2-client-info.xml
@@ -137,7 +137,7 @@
&reftitle.returnvalues;
- Returns an object on a successful call. Returns &false; on failure.
+ Returns an object,&return.falseforfailure;
diff --git a/reference/image/functions/imagecolorset.xml b/reference/image/functions/imagecolorset.xml
index 416c6968852f..80d4a7ab9d93 100644
--- a/reference/image/functions/imagecolorset.xml
+++ b/reference/image/functions/imagecolorset.xml
@@ -68,7 +68,7 @@
&reftitle.returnvalues;
- The function returns &null; on success, &return.falseforfailure;.
+ &return.nullorfalse;
diff --git a/reference/image/functions/imagegrabscreen.xml b/reference/image/functions/imagegrabscreen.xml
index ade85da46913..796652379a9a 100644
--- a/reference/image/functions/imagegrabscreen.xml
+++ b/reference/image/functions/imagegrabscreen.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an image object on success, &false; on failure.
+ &gd.return.identifier;
diff --git a/reference/image/functions/imagegrabwindow.xml b/reference/image/functions/imagegrabwindow.xml
index e6bde9788faa..175a13b4e7d5 100644
--- a/reference/image/functions/imagegrabwindow.xml
+++ b/reference/image/functions/imagegrabwindow.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- Returns an image object on success, &false; on failure.
+ &gd.return.identifier;
diff --git a/reference/image/functions/imageloadfont.xml b/reference/image/functions/imageloadfont.xml
index e548a0a86ace..baa36f3e40bb 100644
--- a/reference/image/functions/imageloadfont.xml
+++ b/reference/image/functions/imageloadfont.xml
@@ -83,7 +83,7 @@
&reftitle.returnvalues;
The font identifier which is always bigger than 5 to avoid conflicts with
- built-in fonts or &false; on errors.
+ built-in fonts,&return.falseforfailure;
diff --git a/reference/image/functions/imagerotate.xml b/reference/image/functions/imagerotate.xml
index e020b50dadc9..c6dc5dc08abb 100644
--- a/reference/image/functions/imagerotate.xml
+++ b/reference/image/functions/imagerotate.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
- Returns an image object for the rotated image, &return.falseforfailure;.
+ &gd.return.identifier;
diff --git a/reference/image/functions/imagesx.xml b/reference/image/functions/imagesx.xml
index 3a3809e5b16d..02e006ebe972 100644
--- a/reference/image/functions/imagesx.xml
+++ b/reference/image/functions/imagesx.xml
@@ -26,8 +26,7 @@
&reftitle.returnvalues;
- Return the width of the image or &false; on
- errors.
+ Return the width of the image,&return.falseforfailure;
diff --git a/reference/image/functions/imagesy.xml b/reference/image/functions/imagesy.xml
index 9de180d49055..9a3556e2f531 100644
--- a/reference/image/functions/imagesy.xml
+++ b/reference/image/functions/imagesy.xml
@@ -26,8 +26,7 @@
&reftitle.returnvalues;
- Return the height of the image or &false; on
- errors.
+ Return the height of the image,&return.falseforfailure;
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/imap/functions/imap-list.xml b/reference/imap/functions/imap-list.xml
index f3c98557c560..76660aaa1526 100644
--- a/reference/imap/functions/imap-list.xml
+++ b/reference/imap/functions/imap-list.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns an array containing the names of the mailboxes or &false; in case of failure.
+ Returns an array containing the names of the mailboxes,&return.falseforfailure;
diff --git a/reference/imap/functions/imap-num-msg.xml b/reference/imap/functions/imap-num-msg.xml
index 6f44a5342416..7d647dbadcfa 100644
--- a/reference/imap/functions/imap-num-msg.xml
+++ b/reference/imap/functions/imap-num-msg.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Return the number of messages in the current mailbox, as an integer, or &false; on error.
+ Return the number of messages in the current mailbox, as an integer,&return.falseforfailure;
diff --git a/reference/imap/functions/imap-open.xml b/reference/imap/functions/imap-open.xml
index 72776c557628..5f1b68266fd1 100644
--- a/reference/imap/functions/imap-open.xml
+++ b/reference/imap/functions/imap-open.xml
@@ -275,7 +275,7 @@
&reftitle.returnvalues;
- Returns an IMAP stream on success or &false; on error.
+ Returns an IMAP stream,&return.falseforfailure;
diff --git a/reference/info/functions/assert-options.xml b/reference/info/functions/assert-options.xml
index 391984d26007..16abe39c12bf 100644
--- a/reference/info/functions/assert-options.xml
+++ b/reference/info/functions/assert-options.xml
@@ -149,7 +149,7 @@
&reftitle.returnvalues;
- Returns the original setting of any option or &false; on errors.
+ Returns the original setting of any option,&return.falseforfailure;
diff --git a/reference/info/functions/getmygid.xml b/reference/info/functions/getmygid.xml
index d2a971058d78..a98f50d0b800 100644
--- a/reference/info/functions/getmygid.xml
+++ b/reference/info/functions/getmygid.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the group ID of the current script, or &false; on error.
+ Returns the group ID of the current script,&return.falseforfailure;
diff --git a/reference/info/functions/getmyinode.xml b/reference/info/functions/getmyinode.xml
index 7f15d83e2440..ef5645abc1bc 100644
--- a/reference/info/functions/getmyinode.xml
+++ b/reference/info/functions/getmyinode.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the current script's inode as an integer, or &false; on error.
+ Returns the current script's inode as an integer,&return.falseforfailure;
diff --git a/reference/info/functions/getmypid.xml b/reference/info/functions/getmypid.xml
index 06c661db4345..370b683ae984 100644
--- a/reference/info/functions/getmypid.xml
+++ b/reference/info/functions/getmypid.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the current PHP process ID, or &false; on error.
+ Returns the current PHP process ID,&return.falseforfailure;
diff --git a/reference/info/functions/getmyuid.xml b/reference/info/functions/getmyuid.xml
index 20f6d6598bd2..0bb3becb88b0 100644
--- a/reference/info/functions/getmyuid.xml
+++ b/reference/info/functions/getmyuid.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the user ID of the current script, or &false; on error.
+ Returns the user ID of the current script,&return.falseforfailure;
diff --git a/reference/info/functions/ini-set.xml b/reference/info/functions/ini-set.xml
index 01f227acab2b..3acb4051a719 100644
--- a/reference/info/functions/ini-set.xml
+++ b/reference/info/functions/ini-set.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns the old value on success, &false; on failure.
+ Returns the old value,&return.falseforfailure;
diff --git a/reference/info/functions/set-time-limit.xml b/reference/info/functions/set-time-limit.xml
index fc595c40e207..0de35ffef9b8 100644
--- a/reference/info/functions/set-time-limit.xml
+++ b/reference/info/functions/set-time-limit.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
- Returns &true; on success, or &false; on failure.
+ &return.success;
diff --git a/reference/inotify/functions/inotify-init.xml b/reference/inotify/functions/inotify-init.xml
index e3f566c568f5..4b9058acd56f 100644
--- a/reference/inotify/functions/inotify-init.xml
+++ b/reference/inotify/functions/inotify-init.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- A stream resource or &false; on error.
+ A stream resource,&return.falseforfailure;
diff --git a/reference/intl/dateformatter/format.xml b/reference/intl/dateformatter/format.xml
index 63a64f6cf9ce..b3cfdb8ca28d 100644
--- a/reference/intl/dateformatter/format.xml
+++ b/reference/intl/dateformatter/format.xml
@@ -69,7 +69,7 @@
&reftitle.returnvalues;
- The formatted string or, if an error occurred, &false;.
+ The formatted string,&return.falseforfailure;
diff --git a/reference/intl/dateformatter/settimezone.xml b/reference/intl/dateformatter/settimezone.xml
index 7fc0f8f76cb4..5dd0fc7d181b 100644
--- a/reference/intl/dateformatter/settimezone.xml
+++ b/reference/intl/dateformatter/settimezone.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
- Returns &null; on success and &false; on failure.
+ &return.nullorfalse;
diff --git a/reference/intl/intlcalendar/add.xml b/reference/intl/intlcalendar/add.xml
index c803d8c89f5f..6aea8f05fbb5 100644
--- a/reference/intl/intlcalendar/add.xml
+++ b/reference/intl/intlcalendar/add.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- Returns &true; on success&return.falseforfailure;.
+ &return.success;
diff --git a/reference/intl/intlcalendar/clear.xml b/reference/intl/intlcalendar/clear.xml
index d9a2ee609f78..fe515c113ef6 100644
--- a/reference/intl/intlcalendar/clear.xml
+++ b/reference/intl/intlcalendar/clear.xml
@@ -57,8 +57,7 @@
&reftitle.returnvalues;
- Returns &true; on success&return.falseforfailure;. Failure can only occur is
- invalid arguments are provided.
+ &return.success; Failure can only occur if invalid arguments are provided.
diff --git a/reference/intl/intlcalendar/roll.xml b/reference/intl/intlcalendar/roll.xml
index b2afcee6c6a3..84fc274a332d 100644
--- a/reference/intl/intlcalendar/roll.xml
+++ b/reference/intl/intlcalendar/roll.xml
@@ -66,7 +66,7 @@
&reftitle.returnvalues;
- Returns &true; on success or &false; on failure.
+ &return.success;
diff --git a/reference/intl/intlcalendar/set.xml b/reference/intl/intlcalendar/set.xml
index 1869f83736d9..24146e37f670 100644
--- a/reference/intl/intlcalendar/set.xml
+++ b/reference/intl/intlcalendar/set.xml
@@ -141,7 +141,7 @@
&reftitle.returnvalues;
- Returns &true; on success and &false; on failure.
+ &return.success;
diff --git a/reference/intl/intlcalendar/setfirstdayofweek.xml b/reference/intl/intlcalendar/setfirstdayofweek.xml
index 950504c985c8..7bd109942c54 100644
--- a/reference/intl/intlcalendar/setfirstdayofweek.xml
+++ b/reference/intl/intlcalendar/setfirstdayofweek.xml
@@ -59,7 +59,8 @@
&reftitle.returnvalues;
- Returns &true; on success. Failure can only happen due to invalid parameters.
+ &return.success;
+ Failure can only happen due to invalid parameters.
diff --git a/reference/intl/intlcalendar/setlenient.xml b/reference/intl/intlcalendar/setlenient.xml
index eb534229c61e..0c0fd8a1391c 100644
--- a/reference/intl/intlcalendar/setlenient.xml
+++ b/reference/intl/intlcalendar/setlenient.xml
@@ -58,7 +58,8 @@
&reftitle.returnvalues;
- Returns &true; on success. Failure can only happen due to invalid parameters.
+ &return.success;
+ Failure can only happen due to invalid parameters.
diff --git a/reference/intl/intlcalendar/setminimaldaysinfirstweek.xml b/reference/intl/intlcalendar/setminimaldaysinfirstweek.xml
index 0fd51667ba5a..17abce91d6ce 100644
--- a/reference/intl/intlcalendar/setminimaldaysinfirstweek.xml
+++ b/reference/intl/intlcalendar/setminimaldaysinfirstweek.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- &true; on success, &false; on failure.
+ &return.success;
diff --git a/reference/intl/intlcalendar/setrepeatedwalltimeoption.xml b/reference/intl/intlcalendar/setrepeatedwalltimeoption.xml
index 79701b6937a3..6e51a7bdad0b 100644
--- a/reference/intl/intlcalendar/setrepeatedwalltimeoption.xml
+++ b/reference/intl/intlcalendar/setrepeatedwalltimeoption.xml
@@ -63,7 +63,8 @@
&reftitle.returnvalues;
- Returns &true; on success. Failure can only happen due to invalid parameters.
+ &return.success;
+ Failure can only happen due to invalid parameters.
diff --git a/reference/intl/intlcalendar/setskippedwalltimeoption.xml b/reference/intl/intlcalendar/setskippedwalltimeoption.xml
index ca4b048df420..4d84d1ef162c 100644
--- a/reference/intl/intlcalendar/setskippedwalltimeoption.xml
+++ b/reference/intl/intlcalendar/setskippedwalltimeoption.xml
@@ -78,7 +78,8 @@
&reftitle.returnvalues;
- Returns &true; on success. Failure can only happen due to invalid parameters.
+ &return.success;
+ Failure can only happen due to invalid parameters.
diff --git a/reference/intl/intlcalendar/settime.xml b/reference/intl/intlcalendar/settime.xml
index ba5d1014c620..84f231634abe 100644
--- a/reference/intl/intlcalendar/settime.xml
+++ b/reference/intl/intlcalendar/settime.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
- Returns &true; on success and &false; on failure.
+ &return.success;
diff --git a/reference/intl/intlcalendar/settimezone.xml b/reference/intl/intlcalendar/settimezone.xml
index 0f827761c8ba..4a0cb8fc7226 100644
--- a/reference/intl/intlcalendar/settimezone.xml
+++ b/reference/intl/intlcalendar/settimezone.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
- Returns &true; on success and &false; on failure.
+ &return.success;
diff --git a/reference/intl/messageformatter/parse-message.xml b/reference/intl/messageformatter/parse-message.xml
index 56604c956f83..c634f2bcc183 100644
--- a/reference/intl/messageformatter/parse-message.xml
+++ b/reference/intl/messageformatter/parse-message.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- An array containing items extracted, or &false; on error
+ An array containing items extracted,&return.falseforfailure;
diff --git a/reference/intl/messageformatter/parse.xml b/reference/intl/messageformatter/parse.xml
index ec68fd44516e..f102d33df83b 100644
--- a/reference/intl/messageformatter/parse.xml
+++ b/reference/intl/messageformatter/parse.xml
@@ -60,7 +60,7 @@
&reftitle.returnvalues;
- An array containing the items extracted, or &false; on error
+ An array containing the items extracted,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/create.xml b/reference/intl/numberformatter/create.xml
index c17264932241..e426936bdb2f 100644
--- a/reference/intl/numberformatter/create.xml
+++ b/reference/intl/numberformatter/create.xml
@@ -93,7 +93,7 @@
&reftitle.returnvalues;
- Returns NumberFormatter object or &false; on error.
+ Returns NumberFormatter object,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/format.xml b/reference/intl/numberformatter/format.xml
index 6e615ee470bb..0df054d89dc4 100644
--- a/reference/intl/numberformatter/format.xml
+++ b/reference/intl/numberformatter/format.xml
@@ -73,7 +73,7 @@
&reftitle.returnvalues;
- Returns the string containing formatted value, or &false; on error.
+ Returns the string containing formatted value,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/get-attribute.xml b/reference/intl/numberformatter/get-attribute.xml
index 4f162c3ea040..801a0e080c0a 100644
--- a/reference/intl/numberformatter/get-attribute.xml
+++ b/reference/intl/numberformatter/get-attribute.xml
@@ -65,7 +65,7 @@
&reftitle.returnvalues;
- Return attribute value on success, or &false; on error.
+ Return attribute value,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/get-symbol.xml b/reference/intl/numberformatter/get-symbol.xml
index 98bbf48472de..da938034bc10 100644
--- a/reference/intl/numberformatter/get-symbol.xml
+++ b/reference/intl/numberformatter/get-symbol.xml
@@ -64,7 +64,7 @@
&reftitle.returnvalues;
- The symbol string or &false; on error.
+ The symbol string,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/get-text-attribute.xml b/reference/intl/numberformatter/get-text-attribute.xml
index be30c59928de..29c43d922e5a 100644
--- a/reference/intl/numberformatter/get-text-attribute.xml
+++ b/reference/intl/numberformatter/get-text-attribute.xml
@@ -69,7 +69,7 @@
&reftitle.returnvalues;
- Return attribute value on success, or &false; on error.
+ Return attribute value,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/parse-currency.xml b/reference/intl/numberformatter/parse-currency.xml
index c7ad8119e9ac..e7f201af3c7c 100644
--- a/reference/intl/numberformatter/parse-currency.xml
+++ b/reference/intl/numberformatter/parse-currency.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- The parsed numeric value or &false; on error.
+ The parsed numeric value,&return.falseforfailure;
diff --git a/reference/intl/numberformatter/parse.xml b/reference/intl/numberformatter/parse.xml
index 52f0d96f5d5b..a9e36d1f95b0 100644
--- a/reference/intl/numberformatter/parse.xml
+++ b/reference/intl/numberformatter/parse.xml
@@ -76,7 +76,7 @@
&reftitle.returnvalues;
- The value of the parsed number or &false; on error.
+ The value of the parsed number,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-add-ext.xml b/reference/ldap/functions/ldap-add-ext.xml
index 9460647a7186..9b98d71541ba 100644
--- a/reference/ldap/functions/ldap-add-ext.xml
+++ b/reference/ldap/functions/ldap-add-ext.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-bind-ext.xml b/reference/ldap/functions/ldap-bind-ext.xml
index f1bf327e66a5..0c8fecf87774 100644
--- a/reference/ldap/functions/ldap-bind-ext.xml
+++ b/reference/ldap/functions/ldap-bind-ext.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-delete-ext.xml b/reference/ldap/functions/ldap-delete-ext.xml
index d8cb18c4a15b..4328c68b8e54 100644
--- a/reference/ldap/functions/ldap-delete-ext.xml
+++ b/reference/ldap/functions/ldap-delete-ext.xml
@@ -29,7 +29,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-exop-whoami.xml b/reference/ldap/functions/ldap-exop-whoami.xml
index 3cc497b6bf21..404420c3364e 100644
--- a/reference/ldap/functions/ldap-exop-whoami.xml
+++ b/reference/ldap/functions/ldap-exop-whoami.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- The data returned by the server, or &false; on error.
+ The data returned by the server,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-first-attribute.xml b/reference/ldap/functions/ldap-first-attribute.xml
index 75d27c51aef9..a147ee008c4f 100644
--- a/reference/ldap/functions/ldap-first-attribute.xml
+++ b/reference/ldap/functions/ldap-first-attribute.xml
@@ -68,8 +68,7 @@
&reftitle.returnvalues;
- Returns the first attribute in the entry on success and &false; on
- error.
+ Returns the first attribute in the entry,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-get-attributes.xml b/reference/ldap/functions/ldap-get-attributes.xml
index df994174c9be..f69ad5e80a99 100644
--- a/reference/ldap/functions/ldap-get-attributes.xml
+++ b/reference/ldap/functions/ldap-get-attributes.xml
@@ -65,8 +65,7 @@ return_value["attribute"][i] = (i+1)th value of the attribute
&reftitle.returnvalues;
- Returns a complete entry information in a multi-dimensional array
- on success and &false; on error.
+ Returns a complete entry information in a multi-dimensional array,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-get-dn.xml b/reference/ldap/functions/ldap-get-dn.xml
index 9b56bcdd7e04..88d33c539cd5 100644
--- a/reference/ldap/functions/ldap-get-dn.xml
+++ b/reference/ldap/functions/ldap-get-dn.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns the DN of the result entry and &false; on error.
+ Returns the DN of the result entry,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-list.xml b/reference/ldap/functions/ldap-list.xml
index 2857841e8f16..f0ddb5ec9f48 100644
--- a/reference/ldap/functions/ldap-list.xml
+++ b/reference/ldap/functions/ldap-list.xml
@@ -173,7 +173,7 @@
&reftitle.returnvalues;
- Returns a search result identifier or &false; on error.
+ Returns a search result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-mod-add-ext.xml b/reference/ldap/functions/ldap-mod-add-ext.xml
index 427411c6b15d..a5e8eacfb124 100644
--- a/reference/ldap/functions/ldap-mod-add-ext.xml
+++ b/reference/ldap/functions/ldap-mod-add-ext.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-mod-del-ext.xml b/reference/ldap/functions/ldap-mod-del-ext.xml
index a9978aa90814..554118b9c648 100644
--- a/reference/ldap/functions/ldap-mod-del-ext.xml
+++ b/reference/ldap/functions/ldap-mod-del-ext.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-mod-replace-ext.xml b/reference/ldap/functions/ldap-mod-replace-ext.xml
index a0c0d71af7dc..06c067818b5b 100644
--- a/reference/ldap/functions/ldap-mod-replace-ext.xml
+++ b/reference/ldap/functions/ldap-mod-replace-ext.xml
@@ -30,7 +30,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-next-attribute.xml b/reference/ldap/functions/ldap-next-attribute.xml
index 3bbfbf75a269..3bd74580bca8 100644
--- a/reference/ldap/functions/ldap-next-attribute.xml
+++ b/reference/ldap/functions/ldap-next-attribute.xml
@@ -62,8 +62,7 @@
&reftitle.returnvalues;
- Returns the next attribute in an entry on success and &false; on
- error.
+ Returns the next attribute in an entry,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-read.xml b/reference/ldap/functions/ldap-read.xml
index 205b94672ffc..dffde3d62025 100644
--- a/reference/ldap/functions/ldap-read.xml
+++ b/reference/ldap/functions/ldap-read.xml
@@ -172,7 +172,7 @@
&reftitle.returnvalues;
- Returns a search result identifier or &false; on error.
+ Returns a search result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-rename-ext.xml b/reference/ldap/functions/ldap-rename-ext.xml
index 40e41b988762..e3422e89fcac 100644
--- a/reference/ldap/functions/ldap-rename-ext.xml
+++ b/reference/ldap/functions/ldap-rename-ext.xml
@@ -32,7 +32,7 @@
&reftitle.returnvalues;
- Returns an LDAP result identifier or &false; on error.
+ Returns an LDAP result identifier,&return.falseforfailure;
diff --git a/reference/ldap/functions/ldap-search.xml b/reference/ldap/functions/ldap-search.xml
index 9d0b84a2752a..ee9003ae140b 100644
--- a/reference/ldap/functions/ldap-search.xml
+++ b/reference/ldap/functions/ldap-search.xml
@@ -187,7 +187,7 @@
&reftitle.returnvalues;
- Returns a search result identifier or &false; on error.
+ Returns a search result identifier,&return.falseforfailure;
diff --git a/reference/mailparse/functions/mailparse-msg-parse-file.xml b/reference/mailparse/functions/mailparse-msg-parse-file.xml
index dbbae8a8b38d..58aecde0759d 100644
--- a/reference/mailparse/functions/mailparse-msg-parse-file.xml
+++ b/reference/mailparse/functions/mailparse-msg-parse-file.xml
@@ -43,8 +43,7 @@
&reftitle.returnvalues;
- Returns a MIME resource representing the structure, or
- &false; on error.
+ Returns a MIME resource representing the structure,&return.falseforfailure;
diff --git a/reference/mbstring/functions/mb-convert-variables.xml b/reference/mbstring/functions/mb-convert-variables.xml
index dfc3d42fed7f..21fd8731df73 100644
--- a/reference/mbstring/functions/mb-convert-variables.xml
+++ b/reference/mbstring/functions/mb-convert-variables.xml
@@ -78,8 +78,7 @@
&reftitle.returnvalues;
- The character encoding before conversion for success,
- or &false; for failure.
+ The character encoding before conversion,&return.falseforfailure;
diff --git a/reference/mcrypt/functions/mcrypt-create-iv.xml b/reference/mcrypt/functions/mcrypt-create-iv.xml
index 55647a03483e..0db329f4fbb4 100644
--- a/reference/mcrypt/functions/mcrypt-create-iv.xml
+++ b/reference/mcrypt/functions/mcrypt-create-iv.xml
@@ -76,7 +76,7 @@
&reftitle.returnvalues;
- Returns the initialization vector, or &false; on error.
+ Returns the initialization vector,&return.falseforfailure;
diff --git a/reference/mcrypt/functions/mcrypt-module-open.xml b/reference/mcrypt/functions/mcrypt-module-open.xml
index ea8c7a8a7fda..4b218b11808a 100644
--- a/reference/mcrypt/functions/mcrypt-module-open.xml
+++ b/reference/mcrypt/functions/mcrypt-module-open.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- Normally it returns an encryption descriptor, or &false; on error.
+ Normally it returns an encryption descriptor,&return.falseforfailure;
diff --git a/reference/memcache/memcache/getextendedstats.xml b/reference/memcache/memcache/getextendedstats.xml
index eadae40ba296..89e7da3d554b 100644
--- a/reference/memcache/memcache/getextendedstats.xml
+++ b/reference/memcache/memcache/getextendedstats.xml
@@ -80,8 +80,7 @@
&reftitle.returnvalues;
- Returns a two-dimensional associative array of server statistics or &false;
- on failure.
+ Returns a two-dimensional associative array of server statistics,&return.falseforfailure;
diff --git a/reference/memcached/memcached/getoption.xml b/reference/memcached/memcached/getoption.xml
index bf5d4fc4b000..ad2ebfa4bdb1 100644
--- a/reference/memcached/memcached/getoption.xml
+++ b/reference/memcached/memcached/getoption.xml
@@ -40,8 +40,7 @@
&reftitle.returnvalues;
- Returns the value of the requested option, or &false; on
- error.
+ Returns the value of the requested option,&return.falseforfailure;
diff --git a/reference/memcached/memcached/getserverbykey.xml b/reference/memcached/memcached/getserverbykey.xml
index 0d2c6937593e..dffe5302037b 100644
--- a/reference/memcached/memcached/getserverbykey.xml
+++ b/reference/memcached/memcached/getserverbykey.xml
@@ -40,8 +40,7 @@
&reftitle.returnvalues;
Returns an array containing three keys of host,
- port, and weight on success or &false;
- on failure.
+ port, and weight,&return.falseforfailure;
&memcached.result.getresultcode;
diff --git a/reference/mhash/functions/mhash-keygen-s2k.xml b/reference/mhash/functions/mhash-keygen-s2k.xml
index a10841ef6203..d2449387a922 100644
--- a/reference/mhash/functions/mhash-keygen-s2k.xml
+++ b/reference/mhash/functions/mhash-keygen-s2k.xml
@@ -81,7 +81,7 @@
&reftitle.returnvalues;
- Returns the generated key as a string, or &false; on error.
+ Returns the generated key as a string,&return.falseforfailure;
diff --git a/reference/mhash/functions/mhash.xml b/reference/mhash/functions/mhash.xml
index b7bee90c5c49..b3768e112c98 100644
--- a/reference/mhash/functions/mhash.xml
+++ b/reference/mhash/functions/mhash.xml
@@ -58,8 +58,7 @@
&reftitle.returnvalues;
- Returns the resulting hash (also called digest) or HMAC as a string, or
- &false; on error.
+ Returns the resulting hash (also called digest) or HMAC as a string,&return.falseforfailure;
diff --git a/reference/misc/functions/sleep.xml b/reference/misc/functions/sleep.xml
index a569d196b675..58b91a044ee5 100644
--- a/reference/misc/functions/sleep.xml
+++ b/reference/misc/functions/sleep.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Returns zero on success, or &false; on error.
+ Returns zero,&return.falseforfailure;
If the call was interrupted by a signal, sleep returns
diff --git a/reference/misc/functions/sys-getloadavg.xml b/reference/misc/functions/sys-getloadavg.xml
index 7d5b85d00757..666183e4e98e 100644
--- a/reference/misc/functions/sys-getloadavg.xml
+++ b/reference/misc/functions/sys-getloadavg.xml
@@ -14,7 +14,7 @@
Returns three samples representing the average system load
(the number of processes in the system run queue) over the last 1, 5 and 15
- minutes, respectively. Returns &false; on failure.
+ minutes, respectively,&return.falseforfailure;
diff --git a/reference/mysql/functions/mysql-db-name.xml b/reference/mysql/functions/mysql-db-name.xml
index 9fb771cd3cdf..ad9f196e53ee 100644
--- a/reference/mysql/functions/mysql-db-name.xml
+++ b/reference/mysql/functions/mysql-db-name.xml
@@ -64,7 +64,7 @@
&reftitle.returnvalues;
- Returns the database name on success, and &false; on failure. If &false;
+ Returns the database name,&return.falseforfailure; If &false;
is returned, use mysql_error to determine the nature
of the error.
diff --git a/reference/mysql/functions/mysql-list-dbs.xml b/reference/mysql/functions/mysql-list-dbs.xml
index 74c92cd34750..a82a5fa1ba3e 100644
--- a/reference/mysql/functions/mysql-list-dbs.xml
+++ b/reference/mysql/functions/mysql-list-dbs.xml
@@ -39,8 +39,8 @@
&reftitle.returnvalues;
- Returns a result pointer resource on success, or &false; on
- failure. Use the mysql_tablename function to traverse
+ Returns a result pointer resource,&return.falseforfailure;.
+ Use the mysql_tablename function to traverse
this result pointer, or any function for result tables, such as
mysql_fetch_array.
diff --git a/reference/mysql/functions/mysql-pconnect.xml b/reference/mysql/functions/mysql-pconnect.xml
index 24bd226e5707..c8c41371b772 100644
--- a/reference/mysql/functions/mysql-pconnect.xml
+++ b/reference/mysql/functions/mysql-pconnect.xml
@@ -117,8 +117,7 @@
&reftitle.returnvalues;
- Returns a MySQL persistent link identifier on success, or &false; on
- failure.
+ Returns a MySQL persistent link identifier,&return.falseforfailure;
diff --git a/reference/mysql/functions/mysql-real-escape-string.xml b/reference/mysql/functions/mysql-real-escape-string.xml
index 89da8e9972c9..0005aafa1df7 100644
--- a/reference/mysql/functions/mysql-real-escape-string.xml
+++ b/reference/mysql/functions/mysql-real-escape-string.xml
@@ -73,7 +73,7 @@
&reftitle.returnvalues;
- Returns the escaped string, or &false; on error.
+ Returns the escaped string,&return.falseforfailure;
diff --git a/reference/mysqli/mysqli/store-result.xml b/reference/mysqli/mysqli/store-result.xml
index 98c8987011cf..5a7805b00523 100644
--- a/reference/mysqli/mysqli/store-result.xml
+++ b/reference/mysqli/mysqli/store-result.xml
@@ -68,7 +68,7 @@
&reftitle.returnvalues;
- Returns a buffered result object or &false; if an error occurred.
+ Returns a buffered result object,&return.falseforfailure;
diff --git a/reference/mysqli/mysqli/use-result.xml b/reference/mysqli/mysqli/use-result.xml
index 88cf8bf48820..3fb7a6eda884 100644
--- a/reference/mysqli/mysqli/use-result.xml
+++ b/reference/mysqli/mysqli/use-result.xml
@@ -53,7 +53,7 @@
&reftitle.returnvalues;
- Returns an unbuffered result object or &false; if an error occurred.
+ Returns an unbuffered result object,&return.falseforfailure;
diff --git a/reference/mysqli/mysqli_stmt/result-metadata.xml b/reference/mysqli/mysqli_stmt/result-metadata.xml
index 40e4f59787e2..de4d5360ccfb 100644
--- a/reference/mysqli/mysqli_stmt/result-metadata.xml
+++ b/reference/mysqli/mysqli_stmt/result-metadata.xml
@@ -65,7 +65,7 @@
&reftitle.returnvalues;
- Returns a result object or &false; if an error occurred.
+ Returns a result object,&return.falseforfailure;
diff --git a/reference/oauth/oauth/getaccesstoken.xml b/reference/oauth/oauth/getaccesstoken.xml
index eaab7743c93c..ac580affb193 100644
--- a/reference/oauth/oauth/getaccesstoken.xml
+++ b/reference/oauth/oauth/getaccesstoken.xml
@@ -75,7 +75,7 @@
&reftitle.returnvalues;
- Returns an array containing the parsed OAuth response on success or &false; on failure.
+ Returns an array containing the parsed OAuth response,&return.falseforfailure;
diff --git a/reference/oauth/oauth/setrsacertificate.xml b/reference/oauth/oauth/setrsacertificate.xml
index de361234ac70..27acf9d0b2c4 100644
--- a/reference/oauth/oauth/setrsacertificate.xml
+++ b/reference/oauth/oauth/setrsacertificate.xml
@@ -38,8 +38,7 @@
&reftitle.returnvalues;
- Returns &true; on success, or &false; on failure (e.g., the RSA certificate
- cannot be parsed.)
+ &return.success; (e.g., the RSA certificate cannot be parsed)
diff --git a/reference/oci8/OCI-Collection/max.xml b/reference/oci8/OCI-Collection/max.xml
index 72b42560bd2d..3f8579c21e2f 100644
--- a/reference/oci8/OCI-Collection/max.xml
+++ b/reference/oci8/OCI-Collection/max.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the maximum number as an integer, or &false; on errors.
+ Returns the maximum number as an integer,&return.falseforfailure;.
If the returned value is 0, then the number of elements is not limited.
diff --git a/reference/oci8/OCI-Collection/size.xml b/reference/oci8/OCI-Collection/size.xml
index 3ec591888982..e34e63e9325a 100644
--- a/reference/oci8/OCI-Collection/size.xml
+++ b/reference/oci8/OCI-Collection/size.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the number of elements in the collection or &false; on error.
+ Returns the number of elements in the collection,&return.falseforfailure;
diff --git a/reference/oci8/OCI-Lob/load.xml b/reference/oci8/OCI-Lob/load.xml
index 59e0961ab4e5..f07d72fc54c5 100644
--- a/reference/oci8/OCI-Lob/load.xml
+++ b/reference/oci8/OCI-Lob/load.xml
@@ -28,7 +28,7 @@
&reftitle.returnvalues;
- Returns the contents of the object, or &false; on errors.
+ Returns the contents of the object,&return.falseforfailure;.
diff --git a/reference/oci8/functions/oci-connect.xml b/reference/oci8/functions/oci-connect.xml
index a6ee708e9597..685fb5ab0af3 100644
--- a/reference/oci8/functions/oci-connect.xml
+++ b/reference/oci8/functions/oci-connect.xml
@@ -86,7 +86,7 @@
&reftitle.returnvalues;
- Returns a connection identifier or &false; on error.
+ Returns a connection identifier,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-name.xml b/reference/oci8/functions/oci-field-name.xml
index 6d424520156c..6a5b7cefac1b 100644
--- a/reference/oci8/functions/oci-field-name.xml
+++ b/reference/oci8/functions/oci-field-name.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
- Returns the name as a string, or &false; on errors.
+ Returns the name as a string,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-precision.xml b/reference/oci8/functions/oci-field-precision.xml
index 11d95b7df78e..3338b12ee9dc 100644
--- a/reference/oci8/functions/oci-field-precision.xml
+++ b/reference/oci8/functions/oci-field-precision.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- Returns the precision as an integer, or &false; on errors.
+ Returns the precision as an integer,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-scale.xml b/reference/oci8/functions/oci-field-scale.xml
index fb57e4d3f567..846d60cff938 100644
--- a/reference/oci8/functions/oci-field-scale.xml
+++ b/reference/oci8/functions/oci-field-scale.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- Returns the scale as an integer, or &false; on errors.
+ Returns the scale as an integer,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-size.xml b/reference/oci8/functions/oci-field-size.xml
index eda4a1246363..73b73996035a 100644
--- a/reference/oci8/functions/oci-field-size.xml
+++ b/reference/oci8/functions/oci-field-size.xml
@@ -45,8 +45,7 @@
&reftitle.returnvalues;
- Returns the size of a field in bytes, or &false; on
- errors.
+ Returns the size of a field in bytes,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-type-raw.xml b/reference/oci8/functions/oci-field-type-raw.xml
index f704cfd35a42..8b1f7e61e6aa 100644
--- a/reference/oci8/functions/oci-field-type-raw.xml
+++ b/reference/oci8/functions/oci-field-type-raw.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns Oracle's raw data type as a number, or &false; on errors.
+ Returns Oracle's raw data type as a number,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-field-type.xml b/reference/oci8/functions/oci-field-type.xml
index 094ee30842e9..ef8d411dc549 100644
--- a/reference/oci8/functions/oci-field-type.xml
+++ b/reference/oci8/functions/oci-field-type.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
- Returns the field data type as a string, or &false; on errors.
+ Returns the field data type as a string,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-new-collection.xml b/reference/oci8/functions/oci-new-collection.xml
index 821db6c70811..de344b280854 100644
--- a/reference/oci8/functions/oci-new-collection.xml
+++ b/reference/oci8/functions/oci-new-collection.xml
@@ -56,8 +56,7 @@
&reftitle.returnvalues;
- Returns a new OCICollection object or &false; on
- error.
+ Returns a new OCICollection object,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-new-connect.xml b/reference/oci8/functions/oci-new-connect.xml
index be0268c0be2b..0ea745b15da8 100644
--- a/reference/oci8/functions/oci-new-connect.xml
+++ b/reference/oci8/functions/oci-new-connect.xml
@@ -73,7 +73,7 @@
&reftitle.returnvalues;
- Returns a connection identifier or &false; on error.
+ Returns a connection identifier,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-new-cursor.xml b/reference/oci8/functions/oci-new-cursor.xml
index 517ebb8601e0..373ea6556840 100644
--- a/reference/oci8/functions/oci-new-cursor.xml
+++ b/reference/oci8/functions/oci-new-cursor.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Returns a new statement handle, or &false; on error.
+ Returns a new statement handle,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-new-descriptor.xml b/reference/oci8/functions/oci-new-descriptor.xml
index eea57f3ca34a..e7af6fb5801e 100644
--- a/reference/oci8/functions/oci-new-descriptor.xml
+++ b/reference/oci8/functions/oci-new-descriptor.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns a new LOB or FILE descriptor on success, &false; on error.
+ Returns a new LOB or FILE descriptor,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-num-fields.xml b/reference/oci8/functions/oci-num-fields.xml
index cee73469f55d..1b6d95adb295 100644
--- a/reference/oci8/functions/oci-num-fields.xml
+++ b/reference/oci8/functions/oci-num-fields.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns the number of columns as an integer, or &false; on errors.
+ Returns the number of columns as an integer,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-num-rows.xml b/reference/oci8/functions/oci-num-rows.xml
index 3d0b6baf6283..fb8bcd044ede 100644
--- a/reference/oci8/functions/oci-num-rows.xml
+++ b/reference/oci8/functions/oci-num-rows.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns the number of rows affected as an integer, or &false; on errors.
+ Returns the number of rows affected as an integer,&return.falseforfailure;.
diff --git a/reference/oci8/functions/oci-parse.xml b/reference/oci8/functions/oci-parse.xml
index 18677c53c61a..6bc9e1bb0521 100644
--- a/reference/oci8/functions/oci-parse.xml
+++ b/reference/oci8/functions/oci-parse.xml
@@ -60,7 +60,7 @@
&reftitle.returnvalues;
- Returns a statement handle on success, or &false; on error.
+ Returns a statement handle,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-pconnect.xml b/reference/oci8/functions/oci-pconnect.xml
index 5f100614dcbd..974654a2ea33 100644
--- a/reference/oci8/functions/oci-pconnect.xml
+++ b/reference/oci8/functions/oci-pconnect.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- Returns a connection identifier or &false; on error.
+ Returns a connection identifier,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-server-version.xml b/reference/oci8/functions/oci-server-version.xml
index 14dea681b12d..7f2b0950327e 100644
--- a/reference/oci8/functions/oci-server-version.xml
+++ b/reference/oci8/functions/oci-server-version.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns the version information as a string or &false; on error.
+ Returns the version information as a string,&return.falseforfailure;
diff --git a/reference/oci8/functions/oci-statement-type.xml b/reference/oci8/functions/oci-statement-type.xml
index 56ab4ab4ee75..46fe6092c50d 100644
--- a/reference/oci8/functions/oci-statement-type.xml
+++ b/reference/oci8/functions/oci-statement-type.xml
@@ -98,7 +98,7 @@
- Returns &false; on error.
+ &return.falseforfailure;
diff --git a/reference/openal/functions/openal-buffer-create.xml b/reference/openal/functions/openal-buffer-create.xml
index f786e1ce7cff..d1d2cf32dfb3 100644
--- a/reference/openal/functions/openal-buffer-create.xml
+++ b/reference/openal/functions/openal-buffer-create.xml
@@ -23,8 +23,7 @@
&reftitle.returnvalues;
- Returns an Open AL(Buffer) resource on success or
- &false; on failure.
+ Returns an Open AL(Buffer) resource,&return.falseforfailure;
diff --git a/reference/openal/functions/openal-context-create.xml b/reference/openal/functions/openal-context-create.xml
index 25c80e100061..bfe87ba2f8e6 100644
--- a/reference/openal/functions/openal-context-create.xml
+++ b/reference/openal/functions/openal-context-create.xml
@@ -31,8 +31,7 @@
&reftitle.returnvalues;
- Returns an Open AL(Context) resource on success or
- &false; on failure.
+ Returns an Open AL(Context) resource,&return.falseforfailure;
diff --git a/reference/openal/functions/openal-device-open.xml b/reference/openal/functions/openal-device-open.xml
index 8cdf2fe1ff60..ae66b11e1aae 100644
--- a/reference/openal/functions/openal-device-open.xml
+++ b/reference/openal/functions/openal-device-open.xml
@@ -32,8 +32,7 @@
&reftitle.returnvalues;
- Returns an Open AL(Device) resource on success or
- &false; on failure.
+ Returns an Open AL(Device) resource,&return.falseforfailure;
diff --git a/reference/openal/functions/openal-source-create.xml b/reference/openal/functions/openal-source-create.xml
index 7e2356412639..77233fddd02c 100644
--- a/reference/openal/functions/openal-source-create.xml
+++ b/reference/openal/functions/openal-source-create.xml
@@ -23,8 +23,7 @@
&reftitle.returnvalues;
- Returns an Open AL(Source) resource on success or
- &false; on failure.
+ Returns an Open AL(Source) resource,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-cipher-iv-length.xml b/reference/openssl/functions/openssl-cipher-iv-length.xml
index 21d4598d105e..46fb018c6823 100644
--- a/reference/openssl/functions/openssl-cipher-iv-length.xml
+++ b/reference/openssl/functions/openssl-cipher-iv-length.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns the cipher length on success, or &false; on failure.
+ Returns the cipher length,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-csr-get-public-key.xml b/reference/openssl/functions/openssl-csr-get-public-key.xml
index 414dd5976d6d..35fb6917e28c 100644
--- a/reference/openssl/functions/openssl-csr-get-public-key.xml
+++ b/reference/openssl/functions/openssl-csr-get-public-key.xml
@@ -41,7 +41,7 @@
&reftitle.returnvalues;
- Returns an OpenSSLAsymmetricKey on success, or &false; on error.
+ Returns an OpenSSLAsymmetricKey,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-csr-sign.xml b/reference/openssl/functions/openssl-csr-sign.xml
index 808416b7c339..2d02799fd5e9 100644
--- a/reference/openssl/functions/openssl-csr-sign.xml
+++ b/reference/openssl/functions/openssl-csr-sign.xml
@@ -92,7 +92,7 @@
&reftitle.returnvalues;
- Returns an OpenSSLCertificate on success, &false; on failure.
+ Returns an OpenSSLCertificate,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-pkey-get-details.xml b/reference/openssl/functions/openssl-pkey-get-details.xml
index e050a55fe3f9..c2ea9a83a7ac 100644
--- a/reference/openssl/functions/openssl-pkey-get-details.xml
+++ b/reference/openssl/functions/openssl-pkey-get-details.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns an array with the key details in success or &false; in failure.
+ Returns an array with the key details,&return.falseforfailure;.
Returned array has indexes bits (number of bits),
key (string representation of the public key) and
type (type of the key which is one of
diff --git a/reference/openssl/functions/openssl-pkey-get-private.xml b/reference/openssl/functions/openssl-pkey-get-private.xml
index bb945c48ed1c..e432558ab96b 100644
--- a/reference/openssl/functions/openssl-pkey-get-private.xml
+++ b/reference/openssl/functions/openssl-pkey-get-private.xml
@@ -55,7 +55,7 @@
&reftitle.returnvalues;
- Returns an OpenSSLAsymmetricKey instance on success, or &false; on error.
+ Returns an OpenSSLAsymmetricKey instance,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-pkey-get-public.xml b/reference/openssl/functions/openssl-pkey-get-public.xml
index baf5555ca1b9..9fa27b83c194 100644
--- a/reference/openssl/functions/openssl-pkey-get-public.xml
+++ b/reference/openssl/functions/openssl-pkey-get-public.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
- Returns an OpenSSLAsymmetricKey instance on success, or &false; on error.
+ Returns an OpenSSLAsymmetricKey instance,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-pkey-new.xml b/reference/openssl/functions/openssl-pkey-new.xml
index 527c18602078..b2ad8344cbdc 100644
--- a/reference/openssl/functions/openssl-pkey-new.xml
+++ b/reference/openssl/functions/openssl-pkey-new.xml
@@ -42,8 +42,7 @@
&reftitle.returnvalues;
- Returns an OpenSSLAsymmetricKey instance for the pkey on success, or &false; on
- error.
+ Returns an OpenSSLAsymmetricKey instance for the pkey,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-spki-export-challenge.xml b/reference/openssl/functions/openssl-spki-export-challenge.xml
index e83ff2a7448e..7b3b8109aae5 100644
--- a/reference/openssl/functions/openssl-spki-export-challenge.xml
+++ b/reference/openssl/functions/openssl-spki-export-challenge.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns the associated challenge string or &false; on failure.
+ Returns the associated challenge string,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-spki-export.xml b/reference/openssl/functions/openssl-spki-export.xml
index fdeed985689c..a696f27b3277 100644
--- a/reference/openssl/functions/openssl-spki-export.xml
+++ b/reference/openssl/functions/openssl-spki-export.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns the associated PEM formatted public key or &false; on failure.
+ Returns the associated PEM formatted public key,&return.falseforfailure;
diff --git a/reference/openssl/functions/openssl-spki-new.xml b/reference/openssl/functions/openssl-spki-new.xml
index 9700138341f0..5538cc51469e 100644
--- a/reference/openssl/functions/openssl-spki-new.xml
+++ b/reference/openssl/functions/openssl-spki-new.xml
@@ -56,7 +56,7 @@
&reftitle.returnvalues;
- Returns a signed public key and challenge string or &false; on failure.
+ Returns a signed public key and challenge string,&return.falseforfailure;
diff --git a/reference/pcntl/functions/pcntl-sigwaitinfo.xml b/reference/pcntl/functions/pcntl-sigwaitinfo.xml
index cc5ecac32f74..835bd729ce69 100644
--- a/reference/pcntl/functions/pcntl-sigwaitinfo.xml
+++ b/reference/pcntl/functions/pcntl-sigwaitinfo.xml
@@ -84,7 +84,7 @@
&reftitle.returnvalues;
- Returns a signal number on success,&return.falseforfailure;.
+ Returns a signal number,&return.falseforfailure;
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/fetchall.xml b/reference/pdo/pdostatement/fetchall.xml
index 6c54ce49cc59..1ce6dd57a2a2 100644
--- a/reference/pdo/pdostatement/fetchall.xml
+++ b/reference/pdo/pdostatement/fetchall.xml
@@ -114,7 +114,7 @@
all of the remaining rows in the result set. The array represents each
row as either an array of column values or an object with properties
corresponding to each column name. An empty array is returned if there
- are zero results to fetch, or &false; on failure.
+ are zero results to fetch,&return.falseforfailure;
Using this method to fetch large result sets will result in a heavy
diff --git a/reference/pdo_pgsql/PDO/pgsqlCopyFromArray.xml b/reference/pdo_pgsql/PDO/pgsqlCopyFromArray.xml
index 27cb8700fab3..3b06607d2bd2 100644
--- a/reference/pdo_pgsql/PDO/pgsqlCopyFromArray.xml
+++ b/reference/pdo_pgsql/PDO/pgsqlCopyFromArray.xml
@@ -72,7 +72,7 @@
&reftitle.returnvalues;
- Returns &true; on success,&return.falseforfailure;.
+ &return.success;
diff --git a/reference/pdo_pgsql/PDO/pgsqlCopyFromFile.xml b/reference/pdo_pgsql/PDO/pgsqlCopyFromFile.xml
index 8fa335ecbadd..b255a3b5a521 100644
--- a/reference/pdo_pgsql/PDO/pgsqlCopyFromFile.xml
+++ b/reference/pdo_pgsql/PDO/pgsqlCopyFromFile.xml
@@ -72,7 +72,7 @@
&reftitle.returnvalues;
- Returns &true; on success,&return.falseforfailure;.
+ &return.success;
diff --git a/reference/pdo_pgsql/PDO/pgsqlCopyToFile.xml b/reference/pdo_pgsql/PDO/pgsqlCopyToFile.xml
index d2d1b2b78ce5..d9ba4a5add5a 100644
--- a/reference/pdo_pgsql/PDO/pgsqlCopyToFile.xml
+++ b/reference/pdo_pgsql/PDO/pgsqlCopyToFile.xml
@@ -72,7 +72,7 @@
&reftitle.returnvalues;
- Returns &true; on success,&return.falseforfailure;.
+ &return.success;
diff --git a/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml b/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml
index 0fcd445717a8..99267af2ea08 100644
--- a/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml
+++ b/reference/pdo_pgsql/PDO/pgsqlLOBCreate.xml
@@ -46,8 +46,7 @@
&reftitle.returnvalues;
- Returns the OID of the newly created large object on success, or &false;
- on failure.
+ Returns the OID of the newly created large object,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-client-encoding.xml b/reference/pgsql/functions/pg-client-encoding.xml
index 3a545b6ac634..d4f727c818f2 100644
--- a/reference/pgsql/functions/pg-client-encoding.xml
+++ b/reference/pgsql/functions/pg-client-encoding.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
- The client encoding, or &false; on error.
+ The client encoding,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-connect.xml b/reference/pgsql/functions/pg-connect.xml
index f8d12d5fe9ac..ed39300fe8c1 100644
--- a/reference/pgsql/functions/pg-connect.xml
+++ b/reference/pgsql/functions/pg-connect.xml
@@ -89,7 +89,7 @@
&reftitle.returnvalues;
- PostgreSQL connection resource on success, &false; on failure.
+ PostgreSQL connection resource,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-convert.xml b/reference/pgsql/functions/pg-convert.xml
index 77f54f19d1e5..eb459bf272ed 100644
--- a/reference/pgsql/functions/pg-convert.xml
+++ b/reference/pgsql/functions/pg-convert.xml
@@ -83,7 +83,7 @@
&reftitle.returnvalues;
- An array of converted values, or &false; on error.
+ An array of converted values,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-dbname.xml b/reference/pgsql/functions/pg-dbname.xml
index df3be979730a..dbd081168636 100644
--- a/reference/pgsql/functions/pg-dbname.xml
+++ b/reference/pgsql/functions/pg-dbname.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
A string containing the name of the database the
- connection is to, or &false; on error.
+ connection is to,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-field-name.xml b/reference/pgsql/functions/pg-field-name.xml
index 108575a742f5..2140fd37784c 100644
--- a/reference/pgsql/functions/pg-field-name.xml
+++ b/reference/pgsql/functions/pg-field-name.xml
@@ -56,7 +56,7 @@
&reftitle.returnvalues;
- The field name, or &false; on error.
+ The field name,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-field-prtlen.xml b/reference/pgsql/functions/pg-field-prtlen.xml
index 7c05ae797cc8..91cb7c55f702 100644
--- a/reference/pgsql/functions/pg-field-prtlen.xml
+++ b/reference/pgsql/functions/pg-field-prtlen.xml
@@ -72,7 +72,7 @@
&reftitle.returnvalues;
- The field printed length, or &false; on error.
+ The field printed length,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-field-table.xml b/reference/pgsql/functions/pg-field-table.xml
index cbf1e08db228..29d5b7551354 100644
--- a/reference/pgsql/functions/pg-field-table.xml
+++ b/reference/pgsql/functions/pg-field-table.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
- On success either the fields table name or oid. Or, &false; on failure.
+ The fields table name or oid,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-field-type.xml b/reference/pgsql/functions/pg-field-type.xml
index 77846f928418..7d8cdd92926b 100644
--- a/reference/pgsql/functions/pg-field-type.xml
+++ b/reference/pgsql/functions/pg-field-type.xml
@@ -64,8 +64,7 @@
&reftitle.returnvalues;
- A string containing the base name of the field's type, or &false;
- on error.
+ A string containing the base name of the field's type,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-host.xml b/reference/pgsql/functions/pg-host.xml
index c39ed15aab77..2ff652336829 100644
--- a/reference/pgsql/functions/pg-host.xml
+++ b/reference/pgsql/functions/pg-host.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
A string containing the name of the host the
- connection is to, or &false; on error.
+ connection is to,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-last-error.xml b/reference/pgsql/functions/pg-last-error.xml
index bd15325454d4..b253d2606529 100644
--- a/reference/pgsql/functions/pg-last-error.xml
+++ b/reference/pgsql/functions/pg-last-error.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
A string containing the last error message on the
- given connection, or &false; on error.
+ given connection,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-last-notice.xml b/reference/pgsql/functions/pg-last-notice.xml
index 205b9cad7e42..02248e335a33 100644
--- a/reference/pgsql/functions/pg-last-notice.xml
+++ b/reference/pgsql/functions/pg-last-notice.xml
@@ -72,8 +72,7 @@
given connection with
PGSQL_NOTICE_LAST,
an array with PGSQL_NOTICE_ALL,
- a bool with PGSQL_NOTICE_CLEAR,
- or &false; on error.
+ a bool with PGSQL_NOTICE_CLEAR,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-last-oid.xml b/reference/pgsql/functions/pg-last-oid.xml
index 59078c0ed6e2..8e64e12486fc 100644
--- a/reference/pgsql/functions/pg-last-oid.xml
+++ b/reference/pgsql/functions/pg-last-oid.xml
@@ -65,7 +65,7 @@
&reftitle.returnvalues;
A string containing the OID assigned to the most recently inserted
- row in the specified connection, or &false; on error or
+ row in the specified connection,&return.falseforfailure;or
no available OID.
diff --git a/reference/pgsql/functions/pg-lo-create.xml b/reference/pgsql/functions/pg-lo-create.xml
index b8c17a827f31..cdc5598774db 100644
--- a/reference/pgsql/functions/pg-lo-create.xml
+++ b/reference/pgsql/functions/pg-lo-create.xml
@@ -79,7 +79,7 @@
&reftitle.returnvalues;
- A large object OID or &false; on error.
+ A large object OID,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-lo-open.xml b/reference/pgsql/functions/pg-lo-open.xml
index bc8894230199..e145bddba25c 100644
--- a/reference/pgsql/functions/pg-lo-open.xml
+++ b/reference/pgsql/functions/pg-lo-open.xml
@@ -75,7 +75,7 @@
&reftitle.returnvalues;
- A large object resource or &false; on error.
+ A large object resource,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-lo-read-all.xml b/reference/pgsql/functions/pg-lo-read-all.xml
index c211cf0e4b28..d0b55599f881 100644
--- a/reference/pgsql/functions/pg-lo-read-all.xml
+++ b/reference/pgsql/functions/pg-lo-read-all.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Number of bytes read or &false; on error.
+ Number of bytes read,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-lo-read.xml b/reference/pgsql/functions/pg-lo-read.xml
index bde77df6fc83..15deec49efb4 100644
--- a/reference/pgsql/functions/pg-lo-read.xml
+++ b/reference/pgsql/functions/pg-lo-read.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
A string containing len bytes from the
- large object, or &false; on error.
+ large object,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-lo-write.xml b/reference/pgsql/functions/pg-lo-write.xml
index 272ca87cda44..45465729ccae 100644
--- a/reference/pgsql/functions/pg-lo-write.xml
+++ b/reference/pgsql/functions/pg-lo-write.xml
@@ -69,7 +69,7 @@
&reftitle.returnvalues;
- The number of bytes written to the large object, or &false; on error.
+ The number of bytes written to the large object,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-meta-data.xml b/reference/pgsql/functions/pg-meta-data.xml
index 5cf8817bff96..18b446057e96 100644
--- a/reference/pgsql/functions/pg-meta-data.xml
+++ b/reference/pgsql/functions/pg-meta-data.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
- An array of the table definition, or &false; on error.
+ An array of the table definition,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-options.xml b/reference/pgsql/functions/pg-options.xml
index c2ee5b202bb5..ff5d5ca22a70 100644
--- a/reference/pgsql/functions/pg-options.xml
+++ b/reference/pgsql/functions/pg-options.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
A string containing the connection
- options, or &false; on error.
+ options,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-parameter-status.xml b/reference/pgsql/functions/pg-parameter-status.xml
index d6b62f73c7d2..c473d1460589 100644
--- a/reference/pgsql/functions/pg-parameter-status.xml
+++ b/reference/pgsql/functions/pg-parameter-status.xml
@@ -82,8 +82,8 @@
&reftitle.returnvalues;
- A string containing the value of the parameter, &false; on failure or invalid
- param_name.
+ A string containing the value of the parameter,&return.falseforfailure; (including invalid
+ param_name)
diff --git a/reference/pgsql/functions/pg-port.xml b/reference/pgsql/functions/pg-port.xml
index 96589a679125..c981ee6e45ef 100644
--- a/reference/pgsql/functions/pg-port.xml
+++ b/reference/pgsql/functions/pg-port.xml
@@ -45,8 +45,7 @@
&reftitle.returnvalues;
An int containing the port number of the database
- server the connection is to,
- or &false; on error.
+ server the connection is to,&return.falseforfailure;
diff --git a/reference/pgsql/functions/pg-send-execute.xml b/reference/pgsql/functions/pg-send-execute.xml
index 41ca7d4fd86b..a9955be69288 100644
--- a/reference/pgsql/functions/pg-send-execute.xml
+++ b/reference/pgsql/functions/pg-send-execute.xml
@@ -71,8 +71,12 @@
&reftitle.returnvalues;
- Returns &true; on success, &false; on failure. Use pg_get_result
- to determine the query result.
+
+ &return.success;
+
+
+ Use pg_get_result to determine the query result.
+
diff --git a/reference/pgsql/functions/pg-send-prepare.xml b/reference/pgsql/functions/pg-send-prepare.xml
index 39a0406d447c..9b12b97720c9 100644
--- a/reference/pgsql/functions/pg-send-prepare.xml
+++ b/reference/pgsql/functions/pg-send-prepare.xml
@@ -70,8 +70,9 @@
&reftitle.returnvalues;
- Returns &true; on success, &false; on failure. Use pg_get_result
- to determine the query result.
+
+ &return.success; Use pg_get_result to determine the query result.
+
diff --git a/reference/pgsql/functions/pg-tty.xml b/reference/pgsql/functions/pg-tty.xml
index ab743b772e51..e00266bfdbca 100644
--- a/reference/pgsql/functions/pg-tty.xml
+++ b/reference/pgsql/functions/pg-tty.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
A string containing the debug TTY of
- the connection, or &false; on error.
+ the connection,&return.falseforfailure;
diff --git a/reference/posix/functions/posix-ttyname.xml b/reference/posix/functions/posix-ttyname.xml
index e9af8de3f108..2fcadfe57fa5 100644
--- a/reference/posix/functions/posix-ttyname.xml
+++ b/reference/posix/functions/posix-ttyname.xml
@@ -31,8 +31,8 @@
&reftitle.returnvalues;
- On success, returns a string of the absolute path of the
- file_descriptor. On failure, returns &false;
+ Returns a string of the absolute path of the
+ file_descriptor,&return.falseforfailure;
diff --git a/reference/ps/functions/ps-close-image.xml b/reference/ps/functions/ps-close-image.xml
index 608452b68383..6475def9b0ee 100644
--- a/reference/ps/functions/ps-close-image.xml
+++ b/reference/ps/functions/ps-close-image.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- Returns &null; on success&return.falseforfailure;.
+ &return.nullorfalse;
diff --git a/reference/pspell/functions/pspell-config-create.xml b/reference/pspell/functions/pspell-config-create.xml
index 5ac91208729b..9e9ea73a71e8 100644
--- a/reference/pspell/functions/pspell-config-create.xml
+++ b/reference/pspell/functions/pspell-config-create.xml
@@ -87,7 +87,7 @@
&reftitle.returnvalues;
- Returns a pspell config identifier, or &false; on error.
+ Returns a pspell config identifier,&return.falseforfailure;
diff --git a/reference/radius/functions/radius-demangle-mppe-key.xml b/reference/radius/functions/radius-demangle-mppe-key.xml
index a515dc1c9410..05c1a2e20a32 100644
--- a/reference/radius/functions/radius-demangle-mppe-key.xml
+++ b/reference/radius/functions/radius-demangle-mppe-key.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns the demangled string, or &false; on error.
+ Returns the demangled string,&return.falseforfailure;
diff --git a/reference/radius/functions/radius-demangle.xml b/reference/radius/functions/radius-demangle.xml
index 3cd6778f82f8..f88a31bf7d36 100644
--- a/reference/radius/functions/radius-demangle.xml
+++ b/reference/radius/functions/radius-demangle.xml
@@ -40,7 +40,7 @@
&reftitle.returnvalues;
- Returns the demangled string, or &false; on error.
+ Returns the demangled string,&return.falseforfailure;
diff --git a/reference/radius/functions/radius-get-vendor-attr.xml b/reference/radius/functions/radius-get-vendor-attr.xml
index 28fae2c10765..f82b794349e2 100644
--- a/reference/radius/functions/radius-get-vendor-attr.xml
+++ b/reference/radius/functions/radius-get-vendor-attr.xml
@@ -41,7 +41,7 @@
&reftitle.returnvalues;
Returns an associative array containing the attribute-type, vendor and the
- data, or &false; on error.
+ data,&return.falseforfailure;
diff --git a/reference/radius/functions/radius-request-authenticator.xml b/reference/radius/functions/radius-request-authenticator.xml
index de39991bad94..931548cc3d4b 100644
--- a/reference/radius/functions/radius-request-authenticator.xml
+++ b/reference/radius/functions/radius-request-authenticator.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the request authenticator as string, or &false; on error.
+ Returns the request authenticator as string,&return.falseforfailure;
diff --git a/reference/radius/functions/radius-server-secret.xml b/reference/radius/functions/radius-server-secret.xml
index 5df2c5c53e29..e568cf241134 100644
--- a/reference/radius/functions/radius-server-secret.xml
+++ b/reference/radius/functions/radius-server-secret.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the server's shared secret as string, or &false; on error.
+ Returns the server's shared secret as string,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getattr.xml b/reference/rar/rarentry/getattr.xml
index 35f2e1caebd7..1f52517bb471 100644
--- a/reference/rar/rarentry/getattr.xml
+++ b/reference/rar/rarentry/getattr.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the attributes or &false; on error.
+ Returns the attributes,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getcrc.xml b/reference/rar/rarentry/getcrc.xml
index 3ed888b6d8a1..ca9ffec39e2c 100644
--- a/reference/rar/rarentry/getcrc.xml
+++ b/reference/rar/rarentry/getcrc.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Returns the CRC of the archive entry or &false; on error.
+ Returns the CRC of the archive entry,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getfiletime.xml b/reference/rar/rarentry/getfiletime.xml
index ceb0977c88ef..269a61caab57 100644
--- a/reference/rar/rarentry/getfiletime.xml
+++ b/reference/rar/rarentry/getfiletime.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
Returns entry last modification time as string in format
- YYYY-MM-DD HH:II:SS, or &false; on error.
+ YYYY-MM-DD HH:II:SS,&return.falseforfailure;
diff --git a/reference/rar/rarentry/gethostos.xml b/reference/rar/rarentry/gethostos.xml
index 940a607e5e35..747cfb745d3e 100644
--- a/reference/rar/rarentry/gethostos.xml
+++ b/reference/rar/rarentry/gethostos.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Returns the code of the host OS, or &false; on error.
+ Returns the code of the host OS,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getmethod.xml b/reference/rar/rarentry/getmethod.xml
index ad3099b5e156..5541c57c4a82 100644
--- a/reference/rar/rarentry/getmethod.xml
+++ b/reference/rar/rarentry/getmethod.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns the method number or &false; on error.
+ Returns the method number,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getname.xml b/reference/rar/rarentry/getname.xml
index c41985da1b19..51483de841b1 100644
--- a/reference/rar/rarentry/getname.xml
+++ b/reference/rar/rarentry/getname.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Returns the entry name as a string, or &false; on error.
+ Returns the entry name as a string,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getpackedsize.xml b/reference/rar/rarentry/getpackedsize.xml
index b1673763857c..230ee904a90c 100644
--- a/reference/rar/rarentry/getpackedsize.xml
+++ b/reference/rar/rarentry/getpackedsize.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the packed size, or &false; on error.
+ Returns the packed size,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getunpackedsize.xml b/reference/rar/rarentry/getunpackedsize.xml
index c59133a747b0..f367fde744db 100644
--- a/reference/rar/rarentry/getunpackedsize.xml
+++ b/reference/rar/rarentry/getunpackedsize.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the unpacked size, or &false; on error.
+ Returns the unpacked size,&return.falseforfailure;
diff --git a/reference/rar/rarentry/getversion.xml b/reference/rar/rarentry/getversion.xml
index 5e6069c0cb16..b6f7ddcd0480 100644
--- a/reference/rar/rarentry/getversion.xml
+++ b/reference/rar/rarentry/getversion.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns the version or &false; on error.
+ Returns the version,&return.falseforfailure;
diff --git a/reference/seaslog/seaslog/alert.xml b/reference/seaslog/seaslog/alert.xml
index d3e33adcba71..822338782bc3 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.success;
diff --git a/reference/seaslog/seaslog/closeloggerstream.xml b/reference/seaslog/seaslog/closeloggerstream.xml
index 377f7f0c9705..0c44f4e0bb3b 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.success;
diff --git a/reference/seaslog/seaslog/critical.xml b/reference/seaslog/seaslog/critical.xml
index 90567b7e28cb..f69a83299c54 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.success;
diff --git a/reference/seaslog/seaslog/debug.xml b/reference/seaslog/seaslog/debug.xml
index 9f69c914c875..1a037b6500b9 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.success;
diff --git a/reference/seaslog/seaslog/emergency.xml b/reference/seaslog/seaslog/emergency.xml
index f5e52a7415f6..a332c43ef9f2 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.success;
diff --git a/reference/seaslog/seaslog/error.xml b/reference/seaslog/seaslog/error.xml
index e0edf40edaef..032f8b7d307b 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.success;
diff --git a/reference/seaslog/seaslog/flushbuffer.xml b/reference/seaslog/seaslog/flushbuffer.xml
index 66d03b7d8e8f..5dbaeb67be8c 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.success;
diff --git a/reference/seaslog/seaslog/getbufferenabled.xml b/reference/seaslog/seaslog/getbufferenabled.xml
index b22b0b53fa36..dd5cfad3c91d 100644
--- a/reference/seaslog/seaslog/getbufferenabled.xml
+++ b/reference/seaslog/seaslog/getbufferenabled.xml
@@ -28,7 +28,7 @@
&reftitle.returnvalues;
- Return TRUE on seaslog.use_buffer is true.
+ Return &true; on seaslog.use_buffer is true.
If switch seaslog.buffer_disabled_in_cli on, and running in cli,
seaslog.use_buffer setting will be discarded, Seaslog write to the Data Store IMMEDIATELY.
diff --git a/reference/seaslog/seaslog/info.xml b/reference/seaslog/seaslog/info.xml
index 1d0de2180b43..c9a6e2763561 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.success;
diff --git a/reference/seaslog/seaslog/log.xml b/reference/seaslog/seaslog/log.xml
index 67ee0d98a132..71a01f513446 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.success;
diff --git a/reference/seaslog/seaslog/notice.xml b/reference/seaslog/seaslog/notice.xml
index 3952667d3af9..f9a633d10775 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.success;
diff --git a/reference/seaslog/seaslog/setbasepath.xml b/reference/seaslog/seaslog/setbasepath.xml
index 8c9f51ce97ec..555b98ef77d3 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.success;
diff --git a/reference/seaslog/seaslog/setdatetimeformat.xml b/reference/seaslog/seaslog/setdatetimeformat.xml
index 48c889a74e44..52d661af5a43 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.success;
diff --git a/reference/seaslog/seaslog/setlogger.xml b/reference/seaslog/seaslog/setlogger.xml
index ae7ecd242b89..6ea71e99f406 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.success;
diff --git a/reference/seaslog/seaslog/setrequestid.xml b/reference/seaslog/seaslog/setrequestid.xml
index 9ef616959235..c4bd3bd67776 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.success;
diff --git a/reference/seaslog/seaslog/setrequestvariable.xml b/reference/seaslog/seaslog/setrequestvariable.xml
index ee92dd299606..22d543e5d7c8 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.success;
diff --git a/reference/seaslog/seaslog/warning.xml b/reference/seaslog/seaslog/warning.xml
index c503c4fd318b..7ec5961c1d9c 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.success;
diff --git a/reference/sem/functions/sem-get.xml b/reference/sem/functions/sem-get.xml
index 0bd301537129..d441053efbe1 100644
--- a/reference/sem/functions/sem-get.xml
+++ b/reference/sem/functions/sem-get.xml
@@ -76,8 +76,7 @@
&reftitle.returnvalues;
- Returns a positive semaphore identifier on success, or &false; on
- error.
+ Returns a positive semaphore identifier,&return.falseforfailure;
diff --git a/reference/session/functions/session-cache-limiter.xml b/reference/session/functions/session-cache-limiter.xml
index 11d25556ff72..b3eefc8dd44c 100644
--- a/reference/session/functions/session-cache-limiter.xml
+++ b/reference/session/functions/session-cache-limiter.xml
@@ -124,8 +124,7 @@ Pragma: no-cache
&reftitle.returnvalues;
- Returns the name of the current cache limiter.
- On failure to change the value, &false; is returned.
+ Returns the name of the current cache limiter,&return.falseforfailure;
diff --git a/reference/session/functions/session-gc.xml b/reference/session/functions/session-gc.xml
index bbcfcc59a59c..bd967b40327d 100644
--- a/reference/session/functions/session-gc.xml
+++ b/reference/session/functions/session-gc.xml
@@ -40,8 +40,7 @@
&reftitle.returnvalues;
- session_gc returns number of deleted session
- data for success, &false; for failure.
+ Returns number of deleted session data,&return.falseforfailure;
Old save handlers do not return number of deleted session data, but
diff --git a/reference/shmop/functions/shmop-open.xml b/reference/shmop/functions/shmop-open.xml
index caeec37d4ef0..251373fed3ca 100644
--- a/reference/shmop/functions/shmop-open.xml
+++ b/reference/shmop/functions/shmop-open.xml
@@ -102,9 +102,8 @@
&reftitle.returnvalues;
- On success shmop_open will return a Shmop instance that you can
- use to access the shared memory segment you've created. &false; is
- returned on failure.
+ Returns a Shmop instance that you can use to access
+ the shared memory segment you've created,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmp2-get.xml b/reference/snmp/functions/snmp2-get.xml
index 7857cc30b78d..f84c18c849c8 100644
--- a/reference/snmp/functions/snmp2-get.xml
+++ b/reference/snmp/functions/snmp2-get.xml
@@ -72,7 +72,7 @@
&reftitle.returnvalues;
- Returns SNMP object value on success or &false; on error.
+ Returns SNMP object value,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmp2-walk.xml b/reference/snmp/functions/snmp2-walk.xml
index 9bc093d5ed08..18af394a3f20 100644
--- a/reference/snmp/functions/snmp2-walk.xml
+++ b/reference/snmp/functions/snmp2-walk.xml
@@ -78,7 +78,7 @@
&reftitle.returnvalues;
Returns an array of SNMP object values starting from the
- object_id as root or &false; on error.
+ object_id as root,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmp3-get.xml b/reference/snmp/functions/snmp3-get.xml
index a942270e8d96..8ee0b62a9468 100644
--- a/reference/snmp/functions/snmp3-get.xml
+++ b/reference/snmp/functions/snmp3-get.xml
@@ -117,7 +117,7 @@
&reftitle.returnvalues;
- Returns SNMP object value on success or &false; on error.
+ Returns SNMP object value,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmp3-walk.xml b/reference/snmp/functions/snmp3-walk.xml
index 8c40e06f0106..2b53782f3be1 100644
--- a/reference/snmp/functions/snmp3-walk.xml
+++ b/reference/snmp/functions/snmp3-walk.xml
@@ -126,7 +126,7 @@
&reftitle.returnvalues;
Returns an array of SNMP object values starting from the
- object_id as root or &false; on error.
+ object_id as root,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmpget.xml b/reference/snmp/functions/snmpget.xml
index 6f9ec2bbbf85..b3a63a00c334 100644
--- a/reference/snmp/functions/snmpget.xml
+++ b/reference/snmp/functions/snmpget.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- Returns SNMP object value on success or &false; on error.
+ Returns SNMP object value,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmpwalk.xml b/reference/snmp/functions/snmpwalk.xml
index 47d9532f0e1c..34c5f79376d0 100644
--- a/reference/snmp/functions/snmpwalk.xml
+++ b/reference/snmp/functions/snmpwalk.xml
@@ -78,7 +78,7 @@
&reftitle.returnvalues;
Returns an array of SNMP object values starting from the
- object_id as root or &false; on error.
+ object_id as root,&return.falseforfailure;
diff --git a/reference/snmp/functions/snmpwalkoid.xml b/reference/snmp/functions/snmpwalkoid.xml
index b36ee7e84b03..261915225792 100644
--- a/reference/snmp/functions/snmpwalkoid.xml
+++ b/reference/snmp/functions/snmpwalkoid.xml
@@ -90,7 +90,7 @@
Returns an associative array with object ids and their respective
object value starting from the object_id
- as root or &false; on error.
+ as root,&return.falseforfailure;
diff --git a/reference/snmp/snmp/get.xml b/reference/snmp/snmp/get.xml
index 63928fd6199e..03e1f8889116 100644
--- a/reference/snmp/snmp/get.xml
+++ b/reference/snmp/snmp/get.xml
@@ -59,7 +59,7 @@
&reftitle.returnvalues;
Returns SNMP objects requested as string or array
- depending on objectId type or &false; on error.
+ depending on objectId type,&return.falseforfailure;
diff --git a/reference/snmp/snmp/getnext.xml b/reference/snmp/snmp/getnext.xml
index 0968682d9a46..07471a7bc722 100644
--- a/reference/snmp/snmp/getnext.xml
+++ b/reference/snmp/snmp/getnext.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
Returns SNMP objects requested as string or array
- depending on objectId type or &false; on error.
+ depending on objectId type,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-addrinfo-bind.xml b/reference/sockets/functions/socket-addrinfo-bind.xml
index 761cb411a7d4..452de1c8d99d 100644
--- a/reference/sockets/functions/socket-addrinfo-bind.xml
+++ b/reference/sockets/functions/socket-addrinfo-bind.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns a Socket instance on success or &false; on failure.
+ Returns a Socket instance,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-addrinfo-connect.xml b/reference/sockets/functions/socket-addrinfo-connect.xml
index 0257442012be..455befffd9f6 100644
--- a/reference/sockets/functions/socket-addrinfo-connect.xml
+++ b/reference/sockets/functions/socket-addrinfo-connect.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns a Socket instance on success or &false; on failure.
+ Returns a Socket instance,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-addrinfo-lookup.xml b/reference/sockets/functions/socket-addrinfo-lookup.xml
index 495a2cacc7da..4dbbaf1d3787 100644
--- a/reference/sockets/functions/socket-addrinfo-lookup.xml
+++ b/reference/sockets/functions/socket-addrinfo-lookup.xml
@@ -56,8 +56,7 @@
&reftitle.returnvalues;
- Returns an array of AddressInfo instances that can be used with the other socket_addrinfo functions.
- On failure, &false; is returned.
+ Returns an array of AddressInfo instances that can be used with the other socket_addrinfo functions,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-get-option.xml b/reference/sockets/functions/socket-get-option.xml
index eca330b24c54..bcf7d007e6af 100644
--- a/reference/sockets/functions/socket-get-option.xml
+++ b/reference/sockets/functions/socket-get-option.xml
@@ -414,7 +414,7 @@
&reftitle.returnvalues;
- Returns the value of the given option, or &false; on errors.
+ Returns the value of the given option,&return.falseforfailure;.
diff --git a/reference/sockets/functions/socket-import-stream.xml b/reference/sockets/functions/socket-import-stream.xml
index 055eea55a6a2..3144b753f52c 100644
--- a/reference/sockets/functions/socket-import-stream.xml
+++ b/reference/sockets/functions/socket-import-stream.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns &false; on failure.
+ The socket,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-recvmsg.xml b/reference/sockets/functions/socket-recvmsg.xml
index 5b282b44ee08..a1e743d52a1f 100644
--- a/reference/sockets/functions/socket-recvmsg.xml
+++ b/reference/sockets/functions/socket-recvmsg.xml
@@ -50,7 +50,9 @@
&reftitle.returnvalues;
+ The number of bytes received,&return.falseforfailure;
+ &return.falseproblem;
diff --git a/reference/sockets/functions/socket-select.xml b/reference/sockets/functions/socket-select.xml
index 6ce55910d45a..baa249a1ba27 100644
--- a/reference/sockets/functions/socket-select.xml
+++ b/reference/sockets/functions/socket-select.xml
@@ -122,7 +122,7 @@ socket_select($r, $w, $e, 0);
On success socket_select returns the number of
sockets contained in the modified arrays, which may be zero if
- the timeout expires before anything interesting happens.On error &false;
+ the timeout expires before anything interesting happens. On error &false;
is returned. The error code can be retrieved with
socket_last_error.
diff --git a/reference/sockets/functions/socket-send.xml b/reference/sockets/functions/socket-send.xml
index 9873b6493db3..a6e7eaa46938 100644
--- a/reference/sockets/functions/socket-send.xml
+++ b/reference/sockets/functions/socket-send.xml
@@ -102,7 +102,7 @@
&reftitle.returnvalues;
- socket_send returns the number of bytes sent, or &false; on error.
+ Returns the number of bytes sent,&return.falseforfailure;
diff --git a/reference/sockets/functions/socket-sendto.xml b/reference/sockets/functions/socket-sendto.xml
index faaf3d28017d..6400c5cb78dd 100644
--- a/reference/sockets/functions/socket-sendto.xml
+++ b/reference/sockets/functions/socket-sendto.xml
@@ -122,7 +122,7 @@
&reftitle.returnvalues;
socket_sendto returns the number of bytes sent to the
- remote host, or &false; if an error occurred.
+ remote host,&return.falseforfailure;
diff --git a/reference/sodium/functions/sodium-crypto-secretbox-open.xml b/reference/sodium/functions/sodium-crypto-secretbox-open.xml
index 17af92fdd2b8..62647bf3420c 100644
--- a/reference/sodium/functions/sodium-crypto-secretbox-open.xml
+++ b/reference/sodium/functions/sodium-crypto-secretbox-open.xml
@@ -55,6 +55,7 @@
&reftitle.returnvalues;
+ The plaintext,&return.falseforfailure;
diff --git a/reference/solr/functions/solr-get-version.xml b/reference/solr/functions/solr-get-version.xml
index abc02eaa4598..0dcaeed9f8fd 100644
--- a/reference/solr/functions/solr-get-version.xml
+++ b/reference/solr/functions/solr-get-version.xml
@@ -28,7 +28,7 @@
&reftitle.returnvalues;
- It returns a string on success and &false; on failure.
+ It returns a string,&return.falseforfailure;
diff --git a/reference/solr/solrdocument/getfield.xml b/reference/solr/solrdocument/getfield.xml
index a3b53d4db4e3..1c55d056042a 100644
--- a/reference/solr/solrdocument/getfield.xml
+++ b/reference/solr/solrdocument/getfield.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns a SolrDocumentField on success and &false; on failure.
+ Returns a SolrDocumentField,&return.falseforfailure;
diff --git a/reference/solr/solrdocument/getfieldcount.xml b/reference/solr/solrdocument/getfieldcount.xml
index 5e5d539330d8..54eea25b9a8c 100644
--- a/reference/solr/solrdocument/getfieldcount.xml
+++ b/reference/solr/solrdocument/getfieldcount.xml
@@ -29,7 +29,7 @@
&reftitle.returnvalues;
- Returns an integer on success and &false; on failure.
+ Returns an integer,&return.falseforfailure;
diff --git a/reference/solr/solrinputdocument/getboost.xml b/reference/solr/solrinputdocument/getboost.xml
index d607dd300ac2..376a9620f573 100644
--- a/reference/solr/solrinputdocument/getboost.xml
+++ b/reference/solr/solrinputdocument/getboost.xml
@@ -29,7 +29,7 @@
&reftitle.returnvalues;
- Returns the boost value on success and &false; on failure.
+ Returns the boost value,&return.falseforfailure;
diff --git a/reference/solr/solrinputdocument/getfield.xml b/reference/solr/solrinputdocument/getfield.xml
index 07e4a918aaf8..e3cda9c408d2 100644
--- a/reference/solr/solrinputdocument/getfield.xml
+++ b/reference/solr/solrinputdocument/getfield.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns a SolrDocumentField object on success and &false; on failure.
+ Returns a SolrDocumentField object,&return.falseforfailure;
diff --git a/reference/solr/solrinputdocument/getfieldnames.xml b/reference/solr/solrinputdocument/getfieldnames.xml
index dda4b6368a0e..3bb890891516 100644
--- a/reference/solr/solrinputdocument/getfieldnames.xml
+++ b/reference/solr/solrinputdocument/getfieldnames.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns an array on success and &false; on failure.
+ Returns an array,&return.falseforfailure;
diff --git a/reference/solr/solrinputdocument/toarray.xml b/reference/solr/solrinputdocument/toarray.xml
index 43eda7dacdd7..5e566cd0fc7a 100644
--- a/reference/solr/solrinputdocument/toarray.xml
+++ b/reference/solr/solrinputdocument/toarray.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns an array containing the fields. It returns &false; on failure.
+ Returns an array containing the fields,&return.falseforfailure;
diff --git a/reference/solr/solrparams/addparam.xml b/reference/solr/solrparams/addparam.xml
index 53d74b3fd7be..07268af4e1a2 100644
--- a/reference/solr/solrparams/addparam.xml
+++ b/reference/solr/solrparams/addparam.xml
@@ -46,7 +46,7 @@
&reftitle.returnvalues;
- Returns a SolrParam object on success and &false; on failure.
+ Returns a SolrParam object,&return.falseforfailure;
diff --git a/reference/solr/solrparams/tostring.xml b/reference/solr/solrparams/tostring.xml
index 6e7f2c9899b2..bf29fae8fd30 100644
--- a/reference/solr/solrparams/tostring.xml
+++ b/reference/solr/solrparams/tostring.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns a string on success and &false; on failure.
+ Returns a string,&return.falseforfailure;
diff --git a/reference/spl/arrayobject/uasort.xml b/reference/spl/arrayobject/uasort.xml
index 1da9e57596cb..f952fb1c8c6a 100644
--- a/reference/spl/arrayobject/uasort.xml
+++ b/reference/spl/arrayobject/uasort.xml
@@ -32,10 +32,7 @@
Function callback should accept two
parameters which will be filled by pairs of entries.
- The comparison function must return an integer less than, equal
- to, or greater than zero if the first argument is considered to
- be respectively less than, equal to, or greater than the
- second.
+ &return.callbacksort;
diff --git a/reference/spl/arrayobject/uksort.xml b/reference/spl/arrayobject/uksort.xml
index 1856bff2a121..77b1ab46c4d2 100644
--- a/reference/spl/arrayobject/uksort.xml
+++ b/reference/spl/arrayobject/uksort.xml
@@ -30,10 +30,7 @@
Function callback should accept two
parameters which will be filled by pairs of entry keys.
- The comparison function must return an integer less than, equal
- to, or greater than zero if the first argument is considered to
- be respectively less than, equal to, or greater than the
- second.
+ &return.callbacksort;
diff --git a/reference/spl/directoryiterator/key.xml b/reference/spl/directoryiterator/key.xml
index a409c4eeb5c7..8a2a86f99df2 100644
--- a/reference/spl/directoryiterator/key.xml
+++ b/reference/spl/directoryiterator/key.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The key for the current DirectoryIterator item on success, or &false; on failure.
+ The key for the current DirectoryIterator item,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getatime.xml b/reference/spl/splfileinfo/getatime.xml
index 821539dbe9bc..95ed296b0605 100644
--- a/reference/spl/splfileinfo/getatime.xml
+++ b/reference/spl/splfileinfo/getatime.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the time the file was last accessed on success, or &false; on failure.
+ Returns the time the file was last accessed,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getctime.xml b/reference/spl/splfileinfo/getctime.xml
index ea8dc9dd5f67..1e5ec4e8b572 100644
--- a/reference/spl/splfileinfo/getctime.xml
+++ b/reference/spl/splfileinfo/getctime.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The last change time, in a Unix timestamp on success, or &false; on failure.
+ The last change time, in a Unix timestamp,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getgroup.xml b/reference/spl/splfileinfo/getgroup.xml
index 4b8797b19ded..432f8bf92055 100644
--- a/reference/spl/splfileinfo/getgroup.xml
+++ b/reference/spl/splfileinfo/getgroup.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The group id in numerical format on success, or &false; on failure.
+ The group id in numerical format,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getinode.xml b/reference/spl/splfileinfo/getinode.xml
index 1ff4b8801dbc..7af087ed8adf 100644
--- a/reference/spl/splfileinfo/getinode.xml
+++ b/reference/spl/splfileinfo/getinode.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the inode number for the filesystem object on success, or &false; on failure.
+ Returns the inode number for the filesystem object,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getlinktarget.xml b/reference/spl/splfileinfo/getlinktarget.xml
index ab1894e19727..a9635002fe0c 100644
--- a/reference/spl/splfileinfo/getlinktarget.xml
+++ b/reference/spl/splfileinfo/getlinktarget.xml
@@ -31,7 +31,7 @@
&reftitle.returnvalues;
- Returns the target of the filesystem link on success, or &false; on failure.
+ Returns the target of the filesystem link,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getmtime.xml b/reference/spl/splfileinfo/getmtime.xml
index fd8141d7248d..47563bd0521a 100644
--- a/reference/spl/splfileinfo/getmtime.xml
+++ b/reference/spl/splfileinfo/getmtime.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the last modified time for the file, in a Unix timestamp on success, or &false; on failure.
+ Returns the last modified time for the file, in a Unix timestamp,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getowner.xml b/reference/spl/splfileinfo/getowner.xml
index 26b30b989d7b..b6a89c0f04a7 100644
--- a/reference/spl/splfileinfo/getowner.xml
+++ b/reference/spl/splfileinfo/getowner.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The owner id in numerical format on success, or &false; on failure.
+ The owner id in numerical format,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getperms.xml b/reference/spl/splfileinfo/getperms.xml
index c24a7dee4052..529dcda10cfe 100644
--- a/reference/spl/splfileinfo/getperms.xml
+++ b/reference/spl/splfileinfo/getperms.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the file permissions on success, or &false; on failure.
+ Returns the file permissions,&return.falseforfailure;
diff --git a/reference/spl/splfileinfo/getsize.xml b/reference/spl/splfileinfo/getsize.xml
index 589a40ea1b46..bfd5613d3d59 100644
--- a/reference/spl/splfileinfo/getsize.xml
+++ b/reference/spl/splfileinfo/getsize.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- The filesize in bytes on success, or &false; on failure.
+ The filesize in bytes,&return.falseforfailure;
diff --git a/reference/spl/splfileobject/fgetcsv.xml b/reference/spl/splfileobject/fgetcsv.xml
index 8deb75633187..b069c6fda48e 100644
--- a/reference/spl/splfileobject/fgetcsv.xml
+++ b/reference/spl/splfileobject/fgetcsv.xml
@@ -74,7 +74,7 @@
&reftitle.returnvalues;
- Returns an indexed array containing the fields read, or &false; on error.
+ Returns an indexed array containing the fields read,&return.falseforfailure;
diff --git a/reference/spl/splfileobject/fgets.xml b/reference/spl/splfileobject/fgets.xml
index 97b7efb93b51..a21b2daa1397 100644
--- a/reference/spl/splfileobject/fgets.xml
+++ b/reference/spl/splfileobject/fgets.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Returns a string containing the next line from the file, or &false; on error.
+ Returns a string containing the next line from the file,&return.falseforfailure;
diff --git a/reference/spl/splfileobject/fgetss.xml b/reference/spl/splfileobject/fgetss.xml
index e81b37ff48d5..da7bdd68aad6 100644
--- a/reference/spl/splfileobject/fgetss.xml
+++ b/reference/spl/splfileobject/fgetss.xml
@@ -47,7 +47,7 @@
&reftitle.returnvalues;
Returns a string containing the next line of the file with HTML and PHP
- code stripped, or &false; on error.
+ code stripped,&return.falseforfailure;
diff --git a/reference/spl/splfileobject/ftell.xml b/reference/spl/splfileobject/ftell.xml
index 80869eabc6fd..6d779e38e1a5 100644
--- a/reference/spl/splfileobject/ftell.xml
+++ b/reference/spl/splfileobject/ftell.xml
@@ -25,7 +25,7 @@
&reftitle.returnvalues;
- Returns the position of the file pointer as an integer, or &false; on error.
+ Returns the position of the file pointer as an integer,&return.falseforfailure;
diff --git a/reference/spl/splfileobject/fwrite.xml b/reference/spl/splfileobject/fwrite.xml
index 6773bc724dcd..ac306ce21702 100644
--- a/reference/spl/splfileobject/fwrite.xml
+++ b/reference/spl/splfileobject/fwrite.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns the number of bytes written, or &false; on error.
+ Returns the number of bytes written,&return.falseforfailure;
diff --git a/reference/sqlite3/sqlite3/busyTimeout.xml b/reference/sqlite3/sqlite3/busyTimeout.xml
index 72d71a0d266b..5d927a12d94f 100644
--- a/reference/sqlite3/sqlite3/busyTimeout.xml
+++ b/reference/sqlite3/sqlite3/busyTimeout.xml
@@ -37,7 +37,7 @@
&reftitle.returnvalues;
- Returns &true; on success, &return.falseforfailure;.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3/createaggregate.xml b/reference/sqlite3/sqlite3/createaggregate.xml
index 3e42e65edcfe..bc6bf76c88b5 100644
--- a/reference/sqlite3/sqlite3/createaggregate.xml
+++ b/reference/sqlite3/sqlite3/createaggregate.xml
@@ -149,7 +149,7 @@
&reftitle.returnvalues;
- Returns &true; upon successful creation of the aggregate, &return.falseforfailure;.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3/createfunction.xml b/reference/sqlite3/sqlite3/createfunction.xml
index cc3e0b357a3a..f9775fb8d81d 100644
--- a/reference/sqlite3/sqlite3/createfunction.xml
+++ b/reference/sqlite3/sqlite3/createfunction.xml
@@ -97,7 +97,7 @@
&reftitle.returnvalues;
- Returns &true; upon successful creation of the function, &false; on failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3/exec.xml b/reference/sqlite3/sqlite3/exec.xml
index 8334e812415b..8ad89f936c49 100644
--- a/reference/sqlite3/sqlite3/exec.xml
+++ b/reference/sqlite3/sqlite3/exec.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
- Returns &true; if the query succeeded, &false; on failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3/loadextension.xml b/reference/sqlite3/sqlite3/loadextension.xml
index 459fdda862df..97cbc9c07d94 100644
--- a/reference/sqlite3/sqlite3/loadextension.xml
+++ b/reference/sqlite3/sqlite3/loadextension.xml
@@ -38,7 +38,7 @@
&reftitle.returnvalues;
- Returns &true; if the extension is successfully loaded, &false; on failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3result/reset.xml b/reference/sqlite3/sqlite3result/reset.xml
index e0078eaebe5c..291a1d942f3d 100644
--- a/reference/sqlite3/sqlite3result/reset.xml
+++ b/reference/sqlite3/sqlite3result/reset.xml
@@ -26,8 +26,7 @@
&reftitle.returnvalues;
- Returns &true; if the result set is successfully reset
- back to the first row, &false; on failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3stmt/bindparam.xml b/reference/sqlite3/sqlite3stmt/bindparam.xml
index 4079d86066de..7854029e6a90 100644
--- a/reference/sqlite3/sqlite3stmt/bindparam.xml
+++ b/reference/sqlite3/sqlite3stmt/bindparam.xml
@@ -119,8 +119,7 @@
&reftitle.returnvalues;
- Returns &true; if the parameter is bound to the statement variable, &false;
- on failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3stmt/clear.xml b/reference/sqlite3/sqlite3stmt/clear.xml
index df6430e65ddd..a196efb03a1f 100644
--- a/reference/sqlite3/sqlite3stmt/clear.xml
+++ b/reference/sqlite3/sqlite3stmt/clear.xml
@@ -35,8 +35,7 @@
&reftitle.returnvalues;
- Returns &true; on successful clearing of bound parameters, &false; on
- failure.
+ &return.success;
diff --git a/reference/sqlite3/sqlite3stmt/execute.xml b/reference/sqlite3/sqlite3stmt/execute.xml
index ce98263540bb..e2287c8201cf 100644
--- a/reference/sqlite3/sqlite3stmt/execute.xml
+++ b/reference/sqlite3/sqlite3stmt/execute.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
Returns an SQLite3Result object on successful execution of the prepared
- statement, &false; on failure.
+ statement,&return.falseforfailure;
diff --git a/reference/sqlite3/sqlite3stmt/reset.xml b/reference/sqlite3/sqlite3stmt/reset.xml
index 029063f0aec6..3c727a272c9d 100644
--- a/reference/sqlite3/sqlite3stmt/reset.xml
+++ b/reference/sqlite3/sqlite3stmt/reset.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns &true; if the statement is successfully reset, &return.falseforfailure;.
+ &return.success;
diff --git a/reference/ssh2/functions/ssh2-connect.xml b/reference/ssh2/functions/ssh2-connect.xml
index d20abcf0d74a..4dce923f9729 100644
--- a/reference/ssh2/functions/ssh2-connect.xml
+++ b/reference/ssh2/functions/ssh2-connect.xml
@@ -249,7 +249,7 @@
&reftitle.returnvalues;
- Returns a resource on success, or &false; on error.
+ Returns a resource,&return.falseforfailure;
diff --git a/reference/stream/functions/stream-socket-pair.xml b/reference/stream/functions/stream-socket-pair.xml
index 331a728396d6..5c6b754f6ca1 100644
--- a/reference/stream/functions/stream-socket-pair.xml
+++ b/reference/stream/functions/stream-socket-pair.xml
@@ -74,8 +74,7 @@
&reftitle.returnvalues;
- Returns an array with the two socket resources on success, or
- &false; on failure.
+ Returns an array with the two socket resources,&return.falseforfailure;
diff --git a/reference/stream/functions/stream-socket-server.xml b/reference/stream/functions/stream-socket-server.xml
index 16136c4ccb66..44ab92d58362 100644
--- a/reference/stream/functions/stream-socket-server.xml
+++ b/reference/stream/functions/stream-socket-server.xml
@@ -106,7 +106,7 @@
&reftitle.returnvalues;
- Returns the created stream, or &false; on error.
+ Returns the created stream,&return.falseforfailure;
diff --git a/reference/stream/php_user_filter/oncreate.xml b/reference/stream/php_user_filter/oncreate.xml
index 8e06f3088aa6..de805ce9b90f 100644
--- a/reference/stream/php_user_filter/oncreate.xml
+++ b/reference/stream/php_user_filter/oncreate.xml
@@ -73,8 +73,7 @@
&reftitle.returnvalues;
- Your implementation of
- this method should return &false; on failure, or &true; on success.
+ &return.success;
diff --git a/reference/strings/functions/md5-file.xml b/reference/strings/functions/md5-file.xml
index 0bf7ce645cc2..4058d559782f 100644
--- a/reference/strings/functions/md5-file.xml
+++ b/reference/strings/functions/md5-file.xml
@@ -50,7 +50,7 @@
&reftitle.returnvalues;
- Returns a string on success, &false; otherwise.
+ Returns the digest as a string,&return.falseforfailure;
diff --git a/reference/strings/functions/sha1-file.xml b/reference/strings/functions/sha1-file.xml
index f5b5b8776b88..5588a5894042 100644
--- a/reference/strings/functions/sha1-file.xml
+++ b/reference/strings/functions/sha1-file.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns a string on success, &false; otherwise.
+ Returns a string,&return.falseforfailure;
diff --git a/reference/svn/functions/svn-cat.xml b/reference/svn/functions/svn-cat.xml
index 0e0761355222..7fb0916d093b 100644
--- a/reference/svn/functions/svn-cat.xml
+++ b/reference/svn/functions/svn-cat.xml
@@ -48,8 +48,7 @@
&reftitle.returnvalues;
- Returns the string contents of the item from the repository on
- success, and &false; on failure.
+ Returns the string contents of the item from the repository,&return.falseforfailure;
diff --git a/reference/svn/functions/svn-update.xml b/reference/svn/functions/svn-update.xml
index 80ceb9229886..c5f0f8661b1d 100644
--- a/reference/svn/functions/svn-update.xml
+++ b/reference/svn/functions/svn-update.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
- Returns new revision number on success, returns &false; on failure.
+ Returns new revision number,&return.falseforfailure;
diff --git a/reference/swoole/swoole/connection/iterator/offsetexists.xml b/reference/swoole/swoole/connection/iterator/offsetexists.xml
index 5585b541b534..005b763deaca 100644
--- a/reference/swoole/swoole/connection/iterator/offsetexists.xml
+++ b/reference/swoole/swoole/connection/iterator/offsetexists.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Returns TRUE if the offset exists, otherwise FALSE.
+ Returns &true; if the offset exists, otherwise FALSE.
diff --git a/reference/swoole/swoole/connection/iterator/valid.xml b/reference/swoole/swoole/connection/iterator/valid.xml
index f4214f05fe8b..d3e290569ff5 100644
--- a/reference/swoole/swoole/connection/iterator/valid.xml
+++ b/reference/swoole/swoole/connection/iterator/valid.xml
@@ -27,7 +27,7 @@
&reftitle.returnvalues;
- Returns TRUE if the current iterator position is valid, otherwise FALSE.
+ Returns &true; if the current iterator position is valid, otherwise FALSE.
diff --git a/reference/taint/functions/is-tainted.xml b/reference/taint/functions/is-tainted.xml
index dfc535fbd273..1db29df9c9f0 100644
--- a/reference/taint/functions/is-tainted.xml
+++ b/reference/taint/functions/is-tainted.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- Return TRUE if the string is tainted, FALSE otherwise.
+ Return &true; if the string is tainted, &false; otherwise.
diff --git a/reference/taint/functions/taint.xml b/reference/taint/functions/taint.xml
index 8e47a39a2750..f0d03f17e161 100644
--- a/reference/taint/functions/taint.xml
+++ b/reference/taint/functions/taint.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Return TRUE if the transformation is done. Always return TRUE if the taint
+ Return &true; if the transformation is done. Always return &true; if the taint
extension is not enabled.
diff --git a/reference/trader/functions/trader-acos.xml b/reference/trader/functions/trader-acos.xml
index bacee78ccd24..c8b46d041546 100644
--- a/reference/trader/functions/trader-acos.xml
+++ b/reference/trader/functions/trader-acos.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ad.xml b/reference/trader/functions/trader-ad.xml
index bcfd4fdd50f3..9f26bd4e8523 100644
--- a/reference/trader/functions/trader-ad.xml
+++ b/reference/trader/functions/trader-ad.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-add.xml b/reference/trader/functions/trader-add.xml
index 6cb48fd0f02d..b0c8e947d76d 100644
--- a/reference/trader/functions/trader-add.xml
+++ b/reference/trader/functions/trader-add.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-adosc.xml b/reference/trader/functions/trader-adosc.xml
index c490998c5ea8..98d651323b30 100644
--- a/reference/trader/functions/trader-adosc.xml
+++ b/reference/trader/functions/trader-adosc.xml
@@ -79,7 +79,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-adx.xml b/reference/trader/functions/trader-adx.xml
index fc3acd73c184..2ce35b29311e 100644
--- a/reference/trader/functions/trader-adx.xml
+++ b/reference/trader/functions/trader-adx.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-adxr.xml b/reference/trader/functions/trader-adxr.xml
index 8260d0965908..97c69ce6de32 100644
--- a/reference/trader/functions/trader-adxr.xml
+++ b/reference/trader/functions/trader-adxr.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-apo.xml b/reference/trader/functions/trader-apo.xml
index af3071fc8792..0ed6a9e5aa1c 100644
--- a/reference/trader/functions/trader-apo.xml
+++ b/reference/trader/functions/trader-apo.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-aroon.xml b/reference/trader/functions/trader-aroon.xml
index 7aa1702a6896..6d71d8c93945 100644
--- a/reference/trader/functions/trader-aroon.xml
+++ b/reference/trader/functions/trader-aroon.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-aroonosc.xml b/reference/trader/functions/trader-aroonosc.xml
index 353920bbeafd..c64954aef006 100644
--- a/reference/trader/functions/trader-aroonosc.xml
+++ b/reference/trader/functions/trader-aroonosc.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-asin.xml b/reference/trader/functions/trader-asin.xml
index fc3a5d0d3ce9..3c03eb5a80ee 100644
--- a/reference/trader/functions/trader-asin.xml
+++ b/reference/trader/functions/trader-asin.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-atan.xml b/reference/trader/functions/trader-atan.xml
index 7f8323b728ba..349cdb9943c9 100644
--- a/reference/trader/functions/trader-atan.xml
+++ b/reference/trader/functions/trader-atan.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-atr.xml b/reference/trader/functions/trader-atr.xml
index b7051da7575c..ce5eda1a4b24 100644
--- a/reference/trader/functions/trader-atr.xml
+++ b/reference/trader/functions/trader-atr.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-avgprice.xml b/reference/trader/functions/trader-avgprice.xml
index 1233f68a2a69..67a23dfc4d95 100644
--- a/reference/trader/functions/trader-avgprice.xml
+++ b/reference/trader/functions/trader-avgprice.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-bbands.xml b/reference/trader/functions/trader-bbands.xml
index 08274f21822c..da0b86f9f48d 100644
--- a/reference/trader/functions/trader-bbands.xml
+++ b/reference/trader/functions/trader-bbands.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-beta.xml b/reference/trader/functions/trader-beta.xml
index 1882bd894eaa..e88a12cd15c3 100644
--- a/reference/trader/functions/trader-beta.xml
+++ b/reference/trader/functions/trader-beta.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-bop.xml b/reference/trader/functions/trader-bop.xml
index af873106c7bc..b964e46b97b1 100644
--- a/reference/trader/functions/trader-bop.xml
+++ b/reference/trader/functions/trader-bop.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cci.xml b/reference/trader/functions/trader-cci.xml
index 48ce0dc57081..296beec44229 100644
--- a/reference/trader/functions/trader-cci.xml
+++ b/reference/trader/functions/trader-cci.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl2crows.xml b/reference/trader/functions/trader-cdl2crows.xml
index bc2f350bed6e..89ec0163bf81 100644
--- a/reference/trader/functions/trader-cdl2crows.xml
+++ b/reference/trader/functions/trader-cdl2crows.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3blackcrows.xml b/reference/trader/functions/trader-cdl3blackcrows.xml
index 8645eb7e1859..ff20ceb70c07 100644
--- a/reference/trader/functions/trader-cdl3blackcrows.xml
+++ b/reference/trader/functions/trader-cdl3blackcrows.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3inside.xml b/reference/trader/functions/trader-cdl3inside.xml
index d14260eaf148..9a11953ef564 100644
--- a/reference/trader/functions/trader-cdl3inside.xml
+++ b/reference/trader/functions/trader-cdl3inside.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3linestrike.xml b/reference/trader/functions/trader-cdl3linestrike.xml
index e5dc18263efc..f77694cfdebb 100644
--- a/reference/trader/functions/trader-cdl3linestrike.xml
+++ b/reference/trader/functions/trader-cdl3linestrike.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3outside.xml b/reference/trader/functions/trader-cdl3outside.xml
index ca4ea91bd707..48779f19f758 100644
--- a/reference/trader/functions/trader-cdl3outside.xml
+++ b/reference/trader/functions/trader-cdl3outside.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3starsinsouth.xml b/reference/trader/functions/trader-cdl3starsinsouth.xml
index 39ce3b2dd630..62aedc9703c9 100644
--- a/reference/trader/functions/trader-cdl3starsinsouth.xml
+++ b/reference/trader/functions/trader-cdl3starsinsouth.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdl3whitesoldiers.xml b/reference/trader/functions/trader-cdl3whitesoldiers.xml
index 3a171b6a36ef..089249603796 100644
--- a/reference/trader/functions/trader-cdl3whitesoldiers.xml
+++ b/reference/trader/functions/trader-cdl3whitesoldiers.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlabandonedbaby.xml b/reference/trader/functions/trader-cdlabandonedbaby.xml
index e67b1539cb7e..85e3117fdae7 100644
--- a/reference/trader/functions/trader-cdlabandonedbaby.xml
+++ b/reference/trader/functions/trader-cdlabandonedbaby.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdladvanceblock.xml b/reference/trader/functions/trader-cdladvanceblock.xml
index f79f83218254..91cacd5770cc 100644
--- a/reference/trader/functions/trader-cdladvanceblock.xml
+++ b/reference/trader/functions/trader-cdladvanceblock.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlbelthold.xml b/reference/trader/functions/trader-cdlbelthold.xml
index 73ec15629503..d8ea3dc0bdb9 100644
--- a/reference/trader/functions/trader-cdlbelthold.xml
+++ b/reference/trader/functions/trader-cdlbelthold.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlbreakaway.xml b/reference/trader/functions/trader-cdlbreakaway.xml
index d87f1d7c500e..8aa944d4b88f 100644
--- a/reference/trader/functions/trader-cdlbreakaway.xml
+++ b/reference/trader/functions/trader-cdlbreakaway.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlclosingmarubozu.xml b/reference/trader/functions/trader-cdlclosingmarubozu.xml
index 0bc0a33980b2..56f0525c987b 100644
--- a/reference/trader/functions/trader-cdlclosingmarubozu.xml
+++ b/reference/trader/functions/trader-cdlclosingmarubozu.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlconcealbabyswall.xml b/reference/trader/functions/trader-cdlconcealbabyswall.xml
index abe73f65911c..a81f4ee3ff19 100644
--- a/reference/trader/functions/trader-cdlconcealbabyswall.xml
+++ b/reference/trader/functions/trader-cdlconcealbabyswall.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlcounterattack.xml b/reference/trader/functions/trader-cdlcounterattack.xml
index ef75296537fe..fb81751efb37 100644
--- a/reference/trader/functions/trader-cdlcounterattack.xml
+++ b/reference/trader/functions/trader-cdlcounterattack.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdldarkcloudcover.xml b/reference/trader/functions/trader-cdldarkcloudcover.xml
index 58cda82a79cf..77ad3e02e0a1 100644
--- a/reference/trader/functions/trader-cdldarkcloudcover.xml
+++ b/reference/trader/functions/trader-cdldarkcloudcover.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdldoji.xml b/reference/trader/functions/trader-cdldoji.xml
index f66841a8d8b7..9cbfe28c533e 100644
--- a/reference/trader/functions/trader-cdldoji.xml
+++ b/reference/trader/functions/trader-cdldoji.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdldojistar.xml b/reference/trader/functions/trader-cdldojistar.xml
index ae133149c50f..d300ab4bafcf 100644
--- a/reference/trader/functions/trader-cdldojistar.xml
+++ b/reference/trader/functions/trader-cdldojistar.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdldragonflydoji.xml b/reference/trader/functions/trader-cdldragonflydoji.xml
index 9484bfb999e3..25f29c8f9fc5 100644
--- a/reference/trader/functions/trader-cdldragonflydoji.xml
+++ b/reference/trader/functions/trader-cdldragonflydoji.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlengulfing.xml b/reference/trader/functions/trader-cdlengulfing.xml
index 75d35ac62907..e5fa74363b1a 100644
--- a/reference/trader/functions/trader-cdlengulfing.xml
+++ b/reference/trader/functions/trader-cdlengulfing.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdleveningdojistar.xml b/reference/trader/functions/trader-cdleveningdojistar.xml
index aaf73002a669..9cebf89f465a 100644
--- a/reference/trader/functions/trader-cdleveningdojistar.xml
+++ b/reference/trader/functions/trader-cdleveningdojistar.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdleveningstar.xml b/reference/trader/functions/trader-cdleveningstar.xml
index 2d7d1046053b..f485b6ad2025 100644
--- a/reference/trader/functions/trader-cdleveningstar.xml
+++ b/reference/trader/functions/trader-cdleveningstar.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlgapsidesidewhite.xml b/reference/trader/functions/trader-cdlgapsidesidewhite.xml
index edfc1216ad51..77b05b310597 100644
--- a/reference/trader/functions/trader-cdlgapsidesidewhite.xml
+++ b/reference/trader/functions/trader-cdlgapsidesidewhite.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlgravestonedoji.xml b/reference/trader/functions/trader-cdlgravestonedoji.xml
index ade8b0b5959f..fcf011b5b677 100644
--- a/reference/trader/functions/trader-cdlgravestonedoji.xml
+++ b/reference/trader/functions/trader-cdlgravestonedoji.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhammer.xml b/reference/trader/functions/trader-cdlhammer.xml
index 2bc4cd8b4c6b..ff16451c7bdf 100644
--- a/reference/trader/functions/trader-cdlhammer.xml
+++ b/reference/trader/functions/trader-cdlhammer.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhangingman.xml b/reference/trader/functions/trader-cdlhangingman.xml
index 52233e2128a3..c240a8ff907d 100644
--- a/reference/trader/functions/trader-cdlhangingman.xml
+++ b/reference/trader/functions/trader-cdlhangingman.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlharami.xml b/reference/trader/functions/trader-cdlharami.xml
index bd6e3ed3f9a1..b6a893661cf4 100644
--- a/reference/trader/functions/trader-cdlharami.xml
+++ b/reference/trader/functions/trader-cdlharami.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlharamicross.xml b/reference/trader/functions/trader-cdlharamicross.xml
index b171fa0efe6e..131b44105097 100644
--- a/reference/trader/functions/trader-cdlharamicross.xml
+++ b/reference/trader/functions/trader-cdlharamicross.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhighwave.xml b/reference/trader/functions/trader-cdlhighwave.xml
index ff36abba0da0..303107327f4b 100644
--- a/reference/trader/functions/trader-cdlhighwave.xml
+++ b/reference/trader/functions/trader-cdlhighwave.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhikkake.xml b/reference/trader/functions/trader-cdlhikkake.xml
index 926772637f7b..fe3a856aa974 100644
--- a/reference/trader/functions/trader-cdlhikkake.xml
+++ b/reference/trader/functions/trader-cdlhikkake.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhikkakemod.xml b/reference/trader/functions/trader-cdlhikkakemod.xml
index 55d1398a646c..ec8c4e7ad489 100644
--- a/reference/trader/functions/trader-cdlhikkakemod.xml
+++ b/reference/trader/functions/trader-cdlhikkakemod.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlhomingpigeon.xml b/reference/trader/functions/trader-cdlhomingpigeon.xml
index cd21c519b33c..50268f873fd1 100644
--- a/reference/trader/functions/trader-cdlhomingpigeon.xml
+++ b/reference/trader/functions/trader-cdlhomingpigeon.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlidentical3crows.xml b/reference/trader/functions/trader-cdlidentical3crows.xml
index 584b8cbdf673..e84a07a12d93 100644
--- a/reference/trader/functions/trader-cdlidentical3crows.xml
+++ b/reference/trader/functions/trader-cdlidentical3crows.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlinneck.xml b/reference/trader/functions/trader-cdlinneck.xml
index e17ae3705e8a..6af56ad39834 100644
--- a/reference/trader/functions/trader-cdlinneck.xml
+++ b/reference/trader/functions/trader-cdlinneck.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlinvertedhammer.xml b/reference/trader/functions/trader-cdlinvertedhammer.xml
index f287f51d2f62..d85ae82fcf4b 100644
--- a/reference/trader/functions/trader-cdlinvertedhammer.xml
+++ b/reference/trader/functions/trader-cdlinvertedhammer.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlkicking.xml b/reference/trader/functions/trader-cdlkicking.xml
index 574f33338c4f..8bc7b7225a43 100644
--- a/reference/trader/functions/trader-cdlkicking.xml
+++ b/reference/trader/functions/trader-cdlkicking.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlkickingbylength.xml b/reference/trader/functions/trader-cdlkickingbylength.xml
index 5c445be7a8df..21e2c1099722 100644
--- a/reference/trader/functions/trader-cdlkickingbylength.xml
+++ b/reference/trader/functions/trader-cdlkickingbylength.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlladderbottom.xml b/reference/trader/functions/trader-cdlladderbottom.xml
index e926abd550ca..6e8f89ec5af5 100644
--- a/reference/trader/functions/trader-cdlladderbottom.xml
+++ b/reference/trader/functions/trader-cdlladderbottom.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdllongleggeddoji.xml b/reference/trader/functions/trader-cdllongleggeddoji.xml
index 763eaf7c8483..c61b6ade44a8 100644
--- a/reference/trader/functions/trader-cdllongleggeddoji.xml
+++ b/reference/trader/functions/trader-cdllongleggeddoji.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdllongline.xml b/reference/trader/functions/trader-cdllongline.xml
index 44f95bdb7f00..868bf7a5a2b1 100644
--- a/reference/trader/functions/trader-cdllongline.xml
+++ b/reference/trader/functions/trader-cdllongline.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlmarubozu.xml b/reference/trader/functions/trader-cdlmarubozu.xml
index 54178ecca55b..2417507cf5d7 100644
--- a/reference/trader/functions/trader-cdlmarubozu.xml
+++ b/reference/trader/functions/trader-cdlmarubozu.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlmatchinglow.xml b/reference/trader/functions/trader-cdlmatchinglow.xml
index 4aad7898350a..5ed6eb777422 100644
--- a/reference/trader/functions/trader-cdlmatchinglow.xml
+++ b/reference/trader/functions/trader-cdlmatchinglow.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlmathold.xml b/reference/trader/functions/trader-cdlmathold.xml
index 3fa20a2cb532..95a2eea3cd28 100644
--- a/reference/trader/functions/trader-cdlmathold.xml
+++ b/reference/trader/functions/trader-cdlmathold.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlmorningdojistar.xml b/reference/trader/functions/trader-cdlmorningdojistar.xml
index d730ce517742..8c614b3d4f9b 100644
--- a/reference/trader/functions/trader-cdlmorningdojistar.xml
+++ b/reference/trader/functions/trader-cdlmorningdojistar.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlmorningstar.xml b/reference/trader/functions/trader-cdlmorningstar.xml
index 4d2859feadf3..805298e55de9 100644
--- a/reference/trader/functions/trader-cdlmorningstar.xml
+++ b/reference/trader/functions/trader-cdlmorningstar.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlonneck.xml b/reference/trader/functions/trader-cdlonneck.xml
index 6cbb6376ba7b..c2f44c38123f 100644
--- a/reference/trader/functions/trader-cdlonneck.xml
+++ b/reference/trader/functions/trader-cdlonneck.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlpiercing.xml b/reference/trader/functions/trader-cdlpiercing.xml
index 5805177dcaec..cf4339ef7b5f 100644
--- a/reference/trader/functions/trader-cdlpiercing.xml
+++ b/reference/trader/functions/trader-cdlpiercing.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlrickshawman.xml b/reference/trader/functions/trader-cdlrickshawman.xml
index 7a53148ec065..c3db5b5d6189 100644
--- a/reference/trader/functions/trader-cdlrickshawman.xml
+++ b/reference/trader/functions/trader-cdlrickshawman.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlrisefall3methods.xml b/reference/trader/functions/trader-cdlrisefall3methods.xml
index 3c6b570eb8b1..9801f8bafca3 100644
--- a/reference/trader/functions/trader-cdlrisefall3methods.xml
+++ b/reference/trader/functions/trader-cdlrisefall3methods.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlseparatinglines.xml b/reference/trader/functions/trader-cdlseparatinglines.xml
index 386075fb44bb..0649cca025d8 100644
--- a/reference/trader/functions/trader-cdlseparatinglines.xml
+++ b/reference/trader/functions/trader-cdlseparatinglines.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlshootingstar.xml b/reference/trader/functions/trader-cdlshootingstar.xml
index 9496a2cbf701..123254d3b49f 100644
--- a/reference/trader/functions/trader-cdlshootingstar.xml
+++ b/reference/trader/functions/trader-cdlshootingstar.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlshortline.xml b/reference/trader/functions/trader-cdlshortline.xml
index 6cd1fd1c8131..1d4f4f65efcd 100644
--- a/reference/trader/functions/trader-cdlshortline.xml
+++ b/reference/trader/functions/trader-cdlshortline.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlspinningtop.xml b/reference/trader/functions/trader-cdlspinningtop.xml
index 0da1ef5bceaa..427adbf8f051 100644
--- a/reference/trader/functions/trader-cdlspinningtop.xml
+++ b/reference/trader/functions/trader-cdlspinningtop.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlstalledpattern.xml b/reference/trader/functions/trader-cdlstalledpattern.xml
index b2b3b88973c6..5b627754cb12 100644
--- a/reference/trader/functions/trader-cdlstalledpattern.xml
+++ b/reference/trader/functions/trader-cdlstalledpattern.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlsticksandwich.xml b/reference/trader/functions/trader-cdlsticksandwich.xml
index c10168725dc3..8ba2745a6668 100644
--- a/reference/trader/functions/trader-cdlsticksandwich.xml
+++ b/reference/trader/functions/trader-cdlsticksandwich.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdltakuri.xml b/reference/trader/functions/trader-cdltakuri.xml
index 775da73f7714..ed318e22e299 100644
--- a/reference/trader/functions/trader-cdltakuri.xml
+++ b/reference/trader/functions/trader-cdltakuri.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdltasukigap.xml b/reference/trader/functions/trader-cdltasukigap.xml
index 3406811ab29e..f9d892b1b954 100644
--- a/reference/trader/functions/trader-cdltasukigap.xml
+++ b/reference/trader/functions/trader-cdltasukigap.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlthrusting.xml b/reference/trader/functions/trader-cdlthrusting.xml
index 843d05e12704..410e36711dfd 100644
--- a/reference/trader/functions/trader-cdlthrusting.xml
+++ b/reference/trader/functions/trader-cdlthrusting.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdltristar.xml b/reference/trader/functions/trader-cdltristar.xml
index 1c7c121cbf57..db9275bc0a98 100644
--- a/reference/trader/functions/trader-cdltristar.xml
+++ b/reference/trader/functions/trader-cdltristar.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlunique3river.xml b/reference/trader/functions/trader-cdlunique3river.xml
index fbe8cc7d156c..8960ced425e8 100644
--- a/reference/trader/functions/trader-cdlunique3river.xml
+++ b/reference/trader/functions/trader-cdlunique3river.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlupsidegap2crows.xml b/reference/trader/functions/trader-cdlupsidegap2crows.xml
index 9917d41e2c46..5fb10f95cfee 100644
--- a/reference/trader/functions/trader-cdlupsidegap2crows.xml
+++ b/reference/trader/functions/trader-cdlupsidegap2crows.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cdlxsidegap3methods.xml b/reference/trader/functions/trader-cdlxsidegap3methods.xml
index 83093c09bff6..fb304cb85637 100644
--- a/reference/trader/functions/trader-cdlxsidegap3methods.xml
+++ b/reference/trader/functions/trader-cdlxsidegap3methods.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ceil.xml b/reference/trader/functions/trader-ceil.xml
index 4da33e05b32b..238d44306858 100644
--- a/reference/trader/functions/trader-ceil.xml
+++ b/reference/trader/functions/trader-ceil.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cmo.xml b/reference/trader/functions/trader-cmo.xml
index 165d3849930d..173222585c88 100644
--- a/reference/trader/functions/trader-cmo.xml
+++ b/reference/trader/functions/trader-cmo.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-correl.xml b/reference/trader/functions/trader-correl.xml
index a719766719c8..83c659a0eeb1 100644
--- a/reference/trader/functions/trader-correl.xml
+++ b/reference/trader/functions/trader-correl.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cos.xml b/reference/trader/functions/trader-cos.xml
index cc447f949e91..da1dd79a4b93 100644
--- a/reference/trader/functions/trader-cos.xml
+++ b/reference/trader/functions/trader-cos.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-cosh.xml b/reference/trader/functions/trader-cosh.xml
index 73c310cdcbad..424bae4886af 100644
--- a/reference/trader/functions/trader-cosh.xml
+++ b/reference/trader/functions/trader-cosh.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-dema.xml b/reference/trader/functions/trader-dema.xml
index 52126d451d48..f646224e5744 100644
--- a/reference/trader/functions/trader-dema.xml
+++ b/reference/trader/functions/trader-dema.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-div.xml b/reference/trader/functions/trader-div.xml
index 43c7b2f5538e..9af49170f515 100644
--- a/reference/trader/functions/trader-div.xml
+++ b/reference/trader/functions/trader-div.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-dx.xml b/reference/trader/functions/trader-dx.xml
index 99a10c481594..d694f169f98c 100644
--- a/reference/trader/functions/trader-dx.xml
+++ b/reference/trader/functions/trader-dx.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ema.xml b/reference/trader/functions/trader-ema.xml
index c9aa231c5d4d..73ff95015722 100644
--- a/reference/trader/functions/trader-ema.xml
+++ b/reference/trader/functions/trader-ema.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-exp.xml b/reference/trader/functions/trader-exp.xml
index 186e1fec8dd1..c918a5aba760 100644
--- a/reference/trader/functions/trader-exp.xml
+++ b/reference/trader/functions/trader-exp.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-floor.xml b/reference/trader/functions/trader-floor.xml
index 0ae61f3632bf..836186908210 100644
--- a/reference/trader/functions/trader-floor.xml
+++ b/reference/trader/functions/trader-floor.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-dcperiod.xml b/reference/trader/functions/trader-ht-dcperiod.xml
index 86e5efef5aae..a4f9e9f26211 100644
--- a/reference/trader/functions/trader-ht-dcperiod.xml
+++ b/reference/trader/functions/trader-ht-dcperiod.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-dcphase.xml b/reference/trader/functions/trader-ht-dcphase.xml
index af700e60fa62..716ce5c901fd 100644
--- a/reference/trader/functions/trader-ht-dcphase.xml
+++ b/reference/trader/functions/trader-ht-dcphase.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-phasor.xml b/reference/trader/functions/trader-ht-phasor.xml
index 8c22813be893..37d70ab3b9e6 100644
--- a/reference/trader/functions/trader-ht-phasor.xml
+++ b/reference/trader/functions/trader-ht-phasor.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-sine.xml b/reference/trader/functions/trader-ht-sine.xml
index eff84c895392..49fb6a0732b1 100644
--- a/reference/trader/functions/trader-ht-sine.xml
+++ b/reference/trader/functions/trader-ht-sine.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-trendline.xml b/reference/trader/functions/trader-ht-trendline.xml
index b2fb4120aab7..69d3e6344c33 100644
--- a/reference/trader/functions/trader-ht-trendline.xml
+++ b/reference/trader/functions/trader-ht-trendline.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ht-trendmode.xml b/reference/trader/functions/trader-ht-trendmode.xml
index 22d17939caa1..a12dbb80327e 100644
--- a/reference/trader/functions/trader-ht-trendmode.xml
+++ b/reference/trader/functions/trader-ht-trendmode.xml
@@ -34,7 +34,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-kama.xml b/reference/trader/functions/trader-kama.xml
index 38a10b0c110a..24bb1b66a9e2 100644
--- a/reference/trader/functions/trader-kama.xml
+++ b/reference/trader/functions/trader-kama.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-linearreg-angle.xml b/reference/trader/functions/trader-linearreg-angle.xml
index 766fb62fad92..ce42600de8ac 100644
--- a/reference/trader/functions/trader-linearreg-angle.xml
+++ b/reference/trader/functions/trader-linearreg-angle.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-linearreg-intercept.xml b/reference/trader/functions/trader-linearreg-intercept.xml
index 7c4b07876e22..911f1c0ef27e 100644
--- a/reference/trader/functions/trader-linearreg-intercept.xml
+++ b/reference/trader/functions/trader-linearreg-intercept.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-linearreg-slope.xml b/reference/trader/functions/trader-linearreg-slope.xml
index 5e0e361e0016..75bdf627cc21 100644
--- a/reference/trader/functions/trader-linearreg-slope.xml
+++ b/reference/trader/functions/trader-linearreg-slope.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-linearreg.xml b/reference/trader/functions/trader-linearreg.xml
index 39891f4e1be5..35be97b15e23 100644
--- a/reference/trader/functions/trader-linearreg.xml
+++ b/reference/trader/functions/trader-linearreg.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ln.xml b/reference/trader/functions/trader-ln.xml
index 9e673d40b4d6..90298dfda4a4 100644
--- a/reference/trader/functions/trader-ln.xml
+++ b/reference/trader/functions/trader-ln.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-log10.xml b/reference/trader/functions/trader-log10.xml
index bb2c3ebc8767..f4805c113e75 100644
--- a/reference/trader/functions/trader-log10.xml
+++ b/reference/trader/functions/trader-log10.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ma.xml b/reference/trader/functions/trader-ma.xml
index 70edcdd4fcd2..1da4bc9a7d81 100644
--- a/reference/trader/functions/trader-ma.xml
+++ b/reference/trader/functions/trader-ma.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-macd.xml b/reference/trader/functions/trader-macd.xml
index 23579d759fa4..392f54b99719 100644
--- a/reference/trader/functions/trader-macd.xml
+++ b/reference/trader/functions/trader-macd.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-macdext.xml b/reference/trader/functions/trader-macdext.xml
index cc45d1c97074..fbd4111bd077 100644
--- a/reference/trader/functions/trader-macdext.xml
+++ b/reference/trader/functions/trader-macdext.xml
@@ -88,7 +88,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-macdfix.xml b/reference/trader/functions/trader-macdfix.xml
index e6c2d025068b..192957e17d6a 100644
--- a/reference/trader/functions/trader-macdfix.xml
+++ b/reference/trader/functions/trader-macdfix.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-mama.xml b/reference/trader/functions/trader-mama.xml
index 0ea5e2d1a11a..5a8d4d3b4582 100644
--- a/reference/trader/functions/trader-mama.xml
+++ b/reference/trader/functions/trader-mama.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-mavp.xml b/reference/trader/functions/trader-mavp.xml
index 3ca71ad07905..642f8ef23093 100644
--- a/reference/trader/functions/trader-mavp.xml
+++ b/reference/trader/functions/trader-mavp.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-max.xml b/reference/trader/functions/trader-max.xml
index e83bcffc3b91..1a654579a428 100644
--- a/reference/trader/functions/trader-max.xml
+++ b/reference/trader/functions/trader-max.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-maxindex.xml b/reference/trader/functions/trader-maxindex.xml
index 93cd40c87407..80ab40490599 100644
--- a/reference/trader/functions/trader-maxindex.xml
+++ b/reference/trader/functions/trader-maxindex.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-medprice.xml b/reference/trader/functions/trader-medprice.xml
index c18104d29ae0..dc82b9623fa3 100644
--- a/reference/trader/functions/trader-medprice.xml
+++ b/reference/trader/functions/trader-medprice.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-mfi.xml b/reference/trader/functions/trader-mfi.xml
index d01af78bba7c..65ab6de0d238 100644
--- a/reference/trader/functions/trader-mfi.xml
+++ b/reference/trader/functions/trader-mfi.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-midpoint.xml b/reference/trader/functions/trader-midpoint.xml
index fbcfa8cc9033..077041ac208d 100644
--- a/reference/trader/functions/trader-midpoint.xml
+++ b/reference/trader/functions/trader-midpoint.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-midprice.xml b/reference/trader/functions/trader-midprice.xml
index 9a46c5d0afe4..8995efdb50a0 100644
--- a/reference/trader/functions/trader-midprice.xml
+++ b/reference/trader/functions/trader-midprice.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-min.xml b/reference/trader/functions/trader-min.xml
index ca6754641b20..2dcddb0b0491 100644
--- a/reference/trader/functions/trader-min.xml
+++ b/reference/trader/functions/trader-min.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-minindex.xml b/reference/trader/functions/trader-minindex.xml
index 57f1cfffd51d..fbb2c973534e 100644
--- a/reference/trader/functions/trader-minindex.xml
+++ b/reference/trader/functions/trader-minindex.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-minmax.xml b/reference/trader/functions/trader-minmax.xml
index 0c15e8835128..8c49359848c0 100644
--- a/reference/trader/functions/trader-minmax.xml
+++ b/reference/trader/functions/trader-minmax.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-minmaxindex.xml b/reference/trader/functions/trader-minmaxindex.xml
index 92696e691787..756aac06df5f 100644
--- a/reference/trader/functions/trader-minmaxindex.xml
+++ b/reference/trader/functions/trader-minmaxindex.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-minus-di.xml b/reference/trader/functions/trader-minus-di.xml
index 4e96bfc22578..0035bb023235 100644
--- a/reference/trader/functions/trader-minus-di.xml
+++ b/reference/trader/functions/trader-minus-di.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-minus-dm.xml b/reference/trader/functions/trader-minus-dm.xml
index 9f410b83c75c..f0452b7d064a 100644
--- a/reference/trader/functions/trader-minus-dm.xml
+++ b/reference/trader/functions/trader-minus-dm.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-mom.xml b/reference/trader/functions/trader-mom.xml
index a821c5270120..2e2c8694239b 100644
--- a/reference/trader/functions/trader-mom.xml
+++ b/reference/trader/functions/trader-mom.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-mult.xml b/reference/trader/functions/trader-mult.xml
index 5eed97abdd5d..304ec03fe797 100644
--- a/reference/trader/functions/trader-mult.xml
+++ b/reference/trader/functions/trader-mult.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-natr.xml b/reference/trader/functions/trader-natr.xml
index e3738055e1f4..e6285f60bbb7 100644
--- a/reference/trader/functions/trader-natr.xml
+++ b/reference/trader/functions/trader-natr.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-obv.xml b/reference/trader/functions/trader-obv.xml
index f9d41a3031b6..189818a3bd11 100644
--- a/reference/trader/functions/trader-obv.xml
+++ b/reference/trader/functions/trader-obv.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-plus-di.xml b/reference/trader/functions/trader-plus-di.xml
index 3be262eb9d8d..df301ac4fe8c 100644
--- a/reference/trader/functions/trader-plus-di.xml
+++ b/reference/trader/functions/trader-plus-di.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-plus-dm.xml b/reference/trader/functions/trader-plus-dm.xml
index 331a79c511df..3654d96e1ef3 100644
--- a/reference/trader/functions/trader-plus-dm.xml
+++ b/reference/trader/functions/trader-plus-dm.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ppo.xml b/reference/trader/functions/trader-ppo.xml
index 7e5a5c4276f8..27a0d8dd2853 100644
--- a/reference/trader/functions/trader-ppo.xml
+++ b/reference/trader/functions/trader-ppo.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-roc.xml b/reference/trader/functions/trader-roc.xml
index abb053ea9ca8..2d94a3e96ca2 100644
--- a/reference/trader/functions/trader-roc.xml
+++ b/reference/trader/functions/trader-roc.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-rocp.xml b/reference/trader/functions/trader-rocp.xml
index e5788a1b9df5..f5b0657b726d 100644
--- a/reference/trader/functions/trader-rocp.xml
+++ b/reference/trader/functions/trader-rocp.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-rocr.xml b/reference/trader/functions/trader-rocr.xml
index 40081f72b234..3a783bac1463 100644
--- a/reference/trader/functions/trader-rocr.xml
+++ b/reference/trader/functions/trader-rocr.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-rocr100.xml b/reference/trader/functions/trader-rocr100.xml
index d1d6f61d6b4a..8e6b01c29fda 100644
--- a/reference/trader/functions/trader-rocr100.xml
+++ b/reference/trader/functions/trader-rocr100.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-rsi.xml b/reference/trader/functions/trader-rsi.xml
index a9e7d28ea503..37279456373f 100644
--- a/reference/trader/functions/trader-rsi.xml
+++ b/reference/trader/functions/trader-rsi.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sar.xml b/reference/trader/functions/trader-sar.xml
index b7f022ec00da..f1fba3631c13 100644
--- a/reference/trader/functions/trader-sar.xml
+++ b/reference/trader/functions/trader-sar.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sarext.xml b/reference/trader/functions/trader-sarext.xml
index d0e08e643ea3..4e8b0b334e5c 100644
--- a/reference/trader/functions/trader-sarext.xml
+++ b/reference/trader/functions/trader-sarext.xml
@@ -115,7 +115,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sin.xml b/reference/trader/functions/trader-sin.xml
index 196644068ed5..d22187f8f3b9 100644
--- a/reference/trader/functions/trader-sin.xml
+++ b/reference/trader/functions/trader-sin.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sinh.xml b/reference/trader/functions/trader-sinh.xml
index 32dc4a51d667..e9f68cc0f8f2 100644
--- a/reference/trader/functions/trader-sinh.xml
+++ b/reference/trader/functions/trader-sinh.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sma.xml b/reference/trader/functions/trader-sma.xml
index 2a941e2f3c78..74f789e12470 100644
--- a/reference/trader/functions/trader-sma.xml
+++ b/reference/trader/functions/trader-sma.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sqrt.xml b/reference/trader/functions/trader-sqrt.xml
index 5f5de5dad533..b09acc7f1316 100644
--- a/reference/trader/functions/trader-sqrt.xml
+++ b/reference/trader/functions/trader-sqrt.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-stddev.xml b/reference/trader/functions/trader-stddev.xml
index de0e91ac3746..1d69660d747a 100644
--- a/reference/trader/functions/trader-stddev.xml
+++ b/reference/trader/functions/trader-stddev.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-stoch.xml b/reference/trader/functions/trader-stoch.xml
index e55a75a0476f..b2cde12dd114 100644
--- a/reference/trader/functions/trader-stoch.xml
+++ b/reference/trader/functions/trader-stoch.xml
@@ -97,7 +97,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-stochf.xml b/reference/trader/functions/trader-stochf.xml
index ca66a7eed8a9..a79ea8cbe098 100644
--- a/reference/trader/functions/trader-stochf.xml
+++ b/reference/trader/functions/trader-stochf.xml
@@ -79,7 +79,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-stochrsi.xml b/reference/trader/functions/trader-stochrsi.xml
index 41254da1cd2e..d79716eb520a 100644
--- a/reference/trader/functions/trader-stochrsi.xml
+++ b/reference/trader/functions/trader-stochrsi.xml
@@ -70,7 +70,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sub.xml b/reference/trader/functions/trader-sub.xml
index a656729151e4..9a87c0f262fe 100644
--- a/reference/trader/functions/trader-sub.xml
+++ b/reference/trader/functions/trader-sub.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-sum.xml b/reference/trader/functions/trader-sum.xml
index 07d66cf7c1e7..66abdf2af750 100644
--- a/reference/trader/functions/trader-sum.xml
+++ b/reference/trader/functions/trader-sum.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-t3.xml b/reference/trader/functions/trader-t3.xml
index ad74fb4cee8a..464cab510868 100644
--- a/reference/trader/functions/trader-t3.xml
+++ b/reference/trader/functions/trader-t3.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-tan.xml b/reference/trader/functions/trader-tan.xml
index 5c9fa020f85b..445fa7246ffa 100644
--- a/reference/trader/functions/trader-tan.xml
+++ b/reference/trader/functions/trader-tan.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-tanh.xml b/reference/trader/functions/trader-tanh.xml
index ba7dfd89e628..ee50ca22c87a 100644
--- a/reference/trader/functions/trader-tanh.xml
+++ b/reference/trader/functions/trader-tanh.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-tema.xml b/reference/trader/functions/trader-tema.xml
index b23f422e0411..dd6d24779cb3 100644
--- a/reference/trader/functions/trader-tema.xml
+++ b/reference/trader/functions/trader-tema.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-trange.xml b/reference/trader/functions/trader-trange.xml
index e99fc4222a78..121549f3bb85 100644
--- a/reference/trader/functions/trader-trange.xml
+++ b/reference/trader/functions/trader-trange.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-trima.xml b/reference/trader/functions/trader-trima.xml
index 33915e2929af..c22a2238369c 100644
--- a/reference/trader/functions/trader-trima.xml
+++ b/reference/trader/functions/trader-trima.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-trix.xml b/reference/trader/functions/trader-trix.xml
index 1029fbc42b9b..fade62de2801 100644
--- a/reference/trader/functions/trader-trix.xml
+++ b/reference/trader/functions/trader-trix.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-tsf.xml b/reference/trader/functions/trader-tsf.xml
index c66d8d36fb4b..40d001586c14 100644
--- a/reference/trader/functions/trader-tsf.xml
+++ b/reference/trader/functions/trader-tsf.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-typprice.xml b/reference/trader/functions/trader-typprice.xml
index c83a7d54fada..9073595d9dc9 100644
--- a/reference/trader/functions/trader-typprice.xml
+++ b/reference/trader/functions/trader-typprice.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-ultosc.xml b/reference/trader/functions/trader-ultosc.xml
index 3009559f3afa..c3d85dc98d91 100644
--- a/reference/trader/functions/trader-ultosc.xml
+++ b/reference/trader/functions/trader-ultosc.xml
@@ -79,7 +79,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-var.xml b/reference/trader/functions/trader-var.xml
index 3365f3ec1f96..3f2b8c2356c1 100644
--- a/reference/trader/functions/trader-var.xml
+++ b/reference/trader/functions/trader-var.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-wclprice.xml b/reference/trader/functions/trader-wclprice.xml
index b6e2022c16b7..3e3c23345a2d 100644
--- a/reference/trader/functions/trader-wclprice.xml
+++ b/reference/trader/functions/trader-wclprice.xml
@@ -52,7 +52,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-willr.xml b/reference/trader/functions/trader-willr.xml
index a2c814bec1e4..5e9a2561af75 100644
--- a/reference/trader/functions/trader-willr.xml
+++ b/reference/trader/functions/trader-willr.xml
@@ -61,7 +61,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/trader/functions/trader-wma.xml b/reference/trader/functions/trader-wma.xml
index e2890d09e44d..2c8ab9d22e0a 100644
--- a/reference/trader/functions/trader-wma.xml
+++ b/reference/trader/functions/trader-wma.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns an array with calculated data or false on failure.
+ Returns an array with calculated data,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-exec.xml b/reference/uodbc/functions/odbc-exec.xml
index e702a9b07bb0..e5ff3d4f3a1e 100644
--- a/reference/uodbc/functions/odbc-exec.xml
+++ b/reference/uodbc/functions/odbc-exec.xml
@@ -40,8 +40,7 @@
&reftitle.returnvalues;
- Returns an ODBC result identifier if the SQL command was executed
- successfully, or &false; on error.
+ Returns an ODBC result identifier if the SQL command,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-fetch-into.xml b/reference/uodbc/functions/odbc-fetch-into.xml
index 92840d21e47e..611cc7aa9353 100644
--- a/reference/uodbc/functions/odbc-fetch-into.xml
+++ b/reference/uodbc/functions/odbc-fetch-into.xml
@@ -57,8 +57,7 @@
&reftitle.returnvalues;
- Returns the number of columns in the result;
- &false; on error.
+ Returns the number of columns in the result,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-field-len.xml b/reference/uodbc/functions/odbc-field-len.xml
index 759a51fb5a9e..84b665540ed6 100644
--- a/reference/uodbc/functions/odbc-field-len.xml
+++ b/reference/uodbc/functions/odbc-field-len.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns the field length, or &false; on error.
+ Returns the field length,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-field-name.xml b/reference/uodbc/functions/odbc-field-name.xml
index a34c465e32ba..55ed9bffbc95 100644
--- a/reference/uodbc/functions/odbc-field-name.xml
+++ b/reference/uodbc/functions/odbc-field-name.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns the field name as a string, or &false; on error.
+ Returns the field name as a string,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-field-num.xml b/reference/uodbc/functions/odbc-field-num.xml
index 246d4f1ec25f..f220d088ef36 100644
--- a/reference/uodbc/functions/odbc-field-num.xml
+++ b/reference/uodbc/functions/odbc-field-num.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns the field number as a integer, or &false; on error.
+ Returns the field number as a integer,&return.falseforfailure;.
Field numbering starts at 1.
diff --git a/reference/uodbc/functions/odbc-field-scale.xml b/reference/uodbc/functions/odbc-field-scale.xml
index d8d1aefe72e0..4e40bf839bca 100644
--- a/reference/uodbc/functions/odbc-field-scale.xml
+++ b/reference/uodbc/functions/odbc-field-scale.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns the field scale as a integer, or &false; on error.
+ Returns the field scale as a integer,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-field-type.xml b/reference/uodbc/functions/odbc-field-type.xml
index 23a5f575e16e..ee4e9ffff645 100644
--- a/reference/uodbc/functions/odbc-field-type.xml
+++ b/reference/uodbc/functions/odbc-field-type.xml
@@ -43,7 +43,7 @@
&reftitle.returnvalues;
- Returns the field type as a string, or &false; on error.
+ Returns the field type as a string,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-gettypeinfo.xml b/reference/uodbc/functions/odbc-gettypeinfo.xml
index ffa4df569ba6..8aaaa222ef8e 100644
--- a/reference/uodbc/functions/odbc-gettypeinfo.xml
+++ b/reference/uodbc/functions/odbc-gettypeinfo.xml
@@ -44,8 +44,7 @@
&reftitle.returnvalues;
- Returns an ODBC result identifier or
- &false; on failure.
+ Returns an ODBC result identifier,&return.falseforfailure;
The result set has the following columns:
diff --git a/reference/uodbc/functions/odbc-prepare.xml b/reference/uodbc/functions/odbc-prepare.xml
index 9bae7f7f6dcc..906c6c44f5a7 100644
--- a/reference/uodbc/functions/odbc-prepare.xml
+++ b/reference/uodbc/functions/odbc-prepare.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
Returns an ODBC result identifier if the SQL command was prepared
- successfully. Returns &false; on error.
+ successfully,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-result-all.xml b/reference/uodbc/functions/odbc-result-all.xml
index 9b8207aa8342..f7e3c08a4bb6 100644
--- a/reference/uodbc/functions/odbc-result-all.xml
+++ b/reference/uodbc/functions/odbc-result-all.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns the number of rows in the result or &false; on error.
+ Returns the number of rows in the result,&return.falseforfailure;
diff --git a/reference/uodbc/functions/odbc-specialcolumns.xml b/reference/uodbc/functions/odbc-specialcolumns.xml
index 3dfbbd14b202..a007588ab1d3 100644
--- a/reference/uodbc/functions/odbc-specialcolumns.xml
+++ b/reference/uodbc/functions/odbc-specialcolumns.xml
@@ -101,8 +101,7 @@
&reftitle.returnvalues;
- Returns an ODBC result identifier or &false; on
- failure.
+ Returns an ODBC result identifier,&return.falseforfailure;
The result set has the following columns:
diff --git a/reference/url/functions/get-headers.xml b/reference/url/functions/get-headers.xml
index 1b0ee8c163e5..11b5a595dacd 100644
--- a/reference/url/functions/get-headers.xml
+++ b/reference/url/functions/get-headers.xml
@@ -58,8 +58,7 @@
&reftitle.returnvalues;
- Returns an indexed or associative array with the headers, or &false; on
- failure.
+ Returns an indexed or associative array with the headers,&return.falseforfailure;
diff --git a/reference/wddx/functions/wddx-packet-start.xml b/reference/wddx/functions/wddx-packet-start.xml
index d79b2df426fe..8c8aada7ddfe 100644
--- a/reference/wddx/functions/wddx-packet-start.xml
+++ b/reference/wddx/functions/wddx-packet-start.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns a packet ID for use in later functions, or &false; on error.
+ Returns a packet ID for use in later functions,&return.falseforfailure;
diff --git a/reference/wddx/functions/wddx-serialize-value.xml b/reference/wddx/functions/wddx-serialize-value.xml
index 9162ef7f2055..493ab07f84a4 100644
--- a/reference/wddx/functions/wddx-serialize-value.xml
+++ b/reference/wddx/functions/wddx-serialize-value.xml
@@ -49,7 +49,7 @@
&reftitle.returnvalues;
- Returns the WDDX packet, or &false; on error.
+ Returns the WDDX packet,&return.falseforfailure;
diff --git a/reference/wddx/functions/wddx-serialize-vars.xml b/reference/wddx/functions/wddx-serialize-vars.xml
index fb5d2d90cbe4..225f2e611629 100644
--- a/reference/wddx/functions/wddx-serialize-vars.xml
+++ b/reference/wddx/functions/wddx-serialize-vars.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns the WDDX packet, or &false; on error.
+ Returns the WDDX packet,&return.falseforfailure;
diff --git a/reference/wincache/functions/wincache-ucache-dec.xml b/reference/wincache/functions/wincache-ucache-dec.xml
index 6c58a2d95ab1..1e93c1336973 100644
--- a/reference/wincache/functions/wincache-ucache-dec.xml
+++ b/reference/wincache/functions/wincache-ucache-dec.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
- Returns the decremented value on success and &false; on failure.
+ Returns the decremented value,&return.falseforfailure;
diff --git a/reference/wincache/functions/wincache-ucache-inc.xml b/reference/wincache/functions/wincache-ucache-inc.xml
index 9d52ecfd72ca..2d2219647962 100644
--- a/reference/wincache/functions/wincache-ucache-inc.xml
+++ b/reference/wincache/functions/wincache-ucache-inc.xml
@@ -58,7 +58,7 @@
&reftitle.returnvalues;
- Returns the incremented value on success and &false; on failure.
+ Returns the incremented value,&return.falseforfailure;
diff --git a/reference/xdiff/functions/xdiff-string-bpatch.xml b/reference/xdiff/functions/xdiff-string-bpatch.xml
index eab04ad95147..bb40a0b8db72 100644
--- a/reference/xdiff/functions/xdiff-string-bpatch.xml
+++ b/reference/xdiff/functions/xdiff-string-bpatch.xml
@@ -48,7 +48,7 @@
&reftitle.returnvalues;
- Returns the patched string, or &false; on error.
+ Returns the patched string,&return.falseforfailure;
diff --git a/reference/xdiff/functions/xdiff-string-patch-binary.xml b/reference/xdiff/functions/xdiff-string-patch-binary.xml
index 459d7f0d8a84..d28acb1e1483 100644
--- a/reference/xdiff/functions/xdiff-string-patch-binary.xml
+++ b/reference/xdiff/functions/xdiff-string-patch-binary.xml
@@ -51,7 +51,7 @@
&reftitle.returnvalues;
- Returns the patched string, or &false; on error.
+ Returns the patched string,&return.falseforfailure;
diff --git a/reference/xdiff/functions/xdiff-string-patch.xml b/reference/xdiff/functions/xdiff-string-patch.xml
index da5fa517795b..2288b1980957 100644
--- a/reference/xdiff/functions/xdiff-string-patch.xml
+++ b/reference/xdiff/functions/xdiff-string-patch.xml
@@ -76,7 +76,7 @@
&reftitle.returnvalues;
- Returns the patched string, or &false; on error.
+ Returns the patched string,&return.falseforfailure;
diff --git a/reference/xmlreader/xmlreader/expand.xml b/reference/xmlreader/xmlreader/expand.xml
index 6e0c86bc4748..64c0575a9bdd 100644
--- a/reference/xmlreader/xmlreader/expand.xml
+++ b/reference/xmlreader/xmlreader/expand.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- The resulting DOMNode or &false; on error.
+ The resulting DOMNode,&return.falseforfailure;
diff --git a/reference/xsl/xsltprocessor/transformtodoc.xml b/reference/xsl/xsltprocessor/transformtodoc.xml
index 408360cf6d51..3c9ee77970a3 100644
--- a/reference/xsl/xsltprocessor/transformtodoc.xml
+++ b/reference/xsl/xsltprocessor/transformtodoc.xml
@@ -36,7 +36,7 @@
&reftitle.returnvalues;
- The resulting DOMDocument or &false; on error.
+ The resulting DOMDocument,&return.falseforfailure;
diff --git a/reference/xsl/xsltprocessor/transformtoxml.xml b/reference/xsl/xsltprocessor/transformtoxml.xml
index e61d6e2d3369..c064f233d8b0 100644
--- a/reference/xsl/xsltprocessor/transformtoxml.xml
+++ b/reference/xsl/xsltprocessor/transformtoxml.xml
@@ -35,7 +35,7 @@
&reftitle.returnvalues;
- The result of the transformation as a string or &false; on error.
+ The result of the transformation as a string,&return.falseforfailure;
diff --git a/reference/yac/yac/add.xml b/reference/yac/yac/add.xml
index e90d30469246..efe79c30256a 100644
--- a/reference/yac/yac/add.xml
+++ b/reference/yac/yac/add.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
- &boolean;, &true; on success, &false; on failure
+ &return.success;
Yac::add may fail if cas lock could not obtain,
diff --git a/reference/yac/yac/get.xml b/reference/yac/yac/get.xml
index a6aeca0761c0..6eca4a046c52 100644
--- a/reference/yac/yac/get.xml
+++ b/reference/yac/yac/get.xml
@@ -44,7 +44,7 @@
&reftitle.returnvalues;
- mixed on success, false on failure
+ mixed,&return.falseforfailure;
diff --git a/reference/yaf/yaf_request_http/getraw.xml b/reference/yaf/yaf_request_http/getraw.xml
index 11db06baa800..e7a08e31af8b 100644
--- a/reference/yaf/yaf_request_http/getraw.xml
+++ b/reference/yaf/yaf_request_http/getraw.xml
@@ -26,7 +26,7 @@
&reftitle.returnvalues;
- Return string on success, FALSE on failure.
+ Return string,&return.falseforfailure;
diff --git a/reference/yaml/functions/yaml-emit-file.xml b/reference/yaml/functions/yaml-emit-file.xml
index 84cab8c84d9c..8ab896f4e86c 100644
--- a/reference/yaml/functions/yaml-emit-file.xml
+++ b/reference/yaml/functions/yaml-emit-file.xml
@@ -86,7 +86,7 @@
&reftitle.returnvalues;
- Returns &true; on success.
+ &return.success;
diff --git a/reference/yaz/functions/yaz-connect.xml b/reference/yaz/functions/yaz-connect.xml
index 42e5a5ed7f90..5bbb139eaf5d 100644
--- a/reference/yaz/functions/yaz-connect.xml
+++ b/reference/yaz/functions/yaz-connect.xml
@@ -187,7 +187,7 @@
&reftitle.returnvalues;
- A connection resource on success, &false; on error.
+ A connection resource,&return.falseforfailure;
diff --git a/reference/zip/functions/zip-entry-read.xml b/reference/zip/functions/zip-entry-read.xml
index 15065393eccf..8b7a091f8039 100644
--- a/reference/zip/functions/zip-entry-read.xml
+++ b/reference/zip/functions/zip-entry-read.xml
@@ -53,7 +53,7 @@
&reftitle.returnvalues;
- Returns the data read, empty string on end of a file, or &false; on error.
+ Returns the data read, empty string on end of a file,&return.falseforfailure;
diff --git a/reference/zlib/functions/gzgets.xml b/reference/zlib/functions/gzgets.xml
index 27516c681362..27c5ace382f8 100644
--- a/reference/zlib/functions/gzgets.xml
+++ b/reference/zlib/functions/gzgets.xml
@@ -45,7 +45,7 @@
&reftitle.returnvalues;
- The uncompressed string, or &false; on error.
+ The uncompressed string,&return.falseforfailure;
diff --git a/reference/zlib/functions/gzgetss.xml b/reference/zlib/functions/gzgetss.xml
index 6074cb220209..64e4d085bb7e 100644
--- a/reference/zlib/functions/gzgetss.xml
+++ b/reference/zlib/functions/gzgetss.xml
@@ -62,7 +62,7 @@
&reftitle.returnvalues;
- The uncompressed and stripped string, or &false; on error.
+ The uncompressed and stripped string,&return.falseforfailure;
diff --git a/reference/zlib/functions/gzinflate.xml b/reference/zlib/functions/gzinflate.xml
index f35ad79f8c5e..269b5630e3ce 100644
--- a/reference/zlib/functions/gzinflate.xml
+++ b/reference/zlib/functions/gzinflate.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- The original uncompressed data or &false; on error.
+ The original uncompressed data,&return.falseforfailure;
The function will return an error if the uncompressed data is more than
diff --git a/reference/zlib/functions/gzpassthru.xml b/reference/zlib/functions/gzpassthru.xml
index b65e9d78f6f0..aed6abc54606 100644
--- a/reference/zlib/functions/gzpassthru.xml
+++ b/reference/zlib/functions/gzpassthru.xml
@@ -53,7 +53,7 @@
&reftitle.returnvalues;
The number of uncompressed characters read from gz
- and passed through to the input, or &false; on error.
+ and passed through to the input,&return.falseforfailure;
diff --git a/reference/zlib/functions/gzuncompress.xml b/reference/zlib/functions/gzuncompress.xml
index f7f37a8cdb13..9404a0024617 100644
--- a/reference/zlib/functions/gzuncompress.xml
+++ b/reference/zlib/functions/gzuncompress.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- The original uncompressed data or &false; on error.
+ The original uncompressed data,&return.falseforfailure;
The function will return an error if the uncompressed data is more than
diff --git a/reference/zlib/functions/zlib-encode.xml b/reference/zlib/functions/zlib-encode.xml
index 9b91e03dbd65..3a6e062e12aa 100644
--- a/reference/zlib/functions/zlib-encode.xml
+++ b/reference/zlib/functions/zlib-encode.xml
@@ -57,7 +57,7 @@
&reftitle.returnvalues;
-
+ The compressed byte sequence as a string,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/create.xml b/reference/zookeeper/zookeeper/create.xml
index ef23bcb77413..6f98cb1ad1d9 100644
--- a/reference/zookeeper/zookeeper/create.xml
+++ b/reference/zookeeper/zookeeper/create.xml
@@ -63,7 +63,7 @@
&reftitle.returnvalues;
- Returns the path of the new node (this might be different than the supplied path because of the ZOO_SEQUENCE flag) on success, and false on failure.
+ Returns the path of the new node (this might be different than the supplied path because of the ZOO_SEQUENCE flag),&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/get.xml b/reference/zookeeper/zookeeper/get.xml
index 2c7877df24aa..551aea8a9ee3 100644
--- a/reference/zookeeper/zookeeper/get.xml
+++ b/reference/zookeeper/zookeeper/get.xml
@@ -60,7 +60,7 @@
&reftitle.returnvalues;
- Returns the data on success, and false on failure.
+ Returns the data,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/getacl.xml b/reference/zookeeper/zookeeper/getacl.xml
index 1505373fcaf5..4f20b0e3cd47 100644
--- a/reference/zookeeper/zookeeper/getacl.xml
+++ b/reference/zookeeper/zookeeper/getacl.xml
@@ -33,7 +33,7 @@
&reftitle.returnvalues;
- Return acl array on success and false on failure.
+ Return acl array,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/getchildren.xml b/reference/zookeeper/zookeeper/getchildren.xml
index 99d2e4527448..5c7d40fa66b2 100644
--- a/reference/zookeeper/zookeeper/getchildren.xml
+++ b/reference/zookeeper/zookeeper/getchildren.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns an array with children paths on success, and false on failure.
+ Returns an array with children paths,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/getclientid.xml b/reference/zookeeper/zookeeper/getclientid.xml
index 8fcc5281cfbe..573aca808ad1 100644
--- a/reference/zookeeper/zookeeper/getclientid.xml
+++ b/reference/zookeeper/zookeeper/getclientid.xml
@@ -24,7 +24,7 @@
&reftitle.returnvalues;
- Returns the client session id on success, and false on failure.
+ Returns the client session id,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/getrecvtimeout.xml b/reference/zookeeper/zookeeper/getrecvtimeout.xml
index d5005319f3a0..038d0a0a2ccf 100644
--- a/reference/zookeeper/zookeeper/getrecvtimeout.xml
+++ b/reference/zookeeper/zookeeper/getrecvtimeout.xml
@@ -24,7 +24,7 @@
&reftitle.returnvalues;
- Returns the timeout for this session on success, and false on failure.
+ Returns the timeout for this session,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeper/getstate.xml b/reference/zookeeper/zookeeper/getstate.xml
index 3ba10cac8e89..0e5113cf8089 100644
--- a/reference/zookeeper/zookeeper/getstate.xml
+++ b/reference/zookeeper/zookeeper/getstate.xml
@@ -24,7 +24,7 @@
&reftitle.returnvalues;
- Returns the state of zookeeper connection on success, and false on failure.
+ Returns the state of zookeeper connection,&return.falseforfailure;
diff --git a/reference/zookeeper/zookeeperconfig/get.xml b/reference/zookeeper/zookeeperconfig/get.xml
index f2a907246b8f..a8f862050742 100644
--- a/reference/zookeeper/zookeeperconfig/get.xml
+++ b/reference/zookeeper/zookeeperconfig/get.xml
@@ -42,7 +42,7 @@
&reftitle.returnvalues;
- Returns the configuration string on success, and false on failure.
+ Returns the configuration string,&return.falseforfailure;