Skip to content
Closed
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
The table of contents is too big for display.
Diff view
Diff view
  •  
  •  
  •  
3 changes: 1 addition & 2 deletions reference/apache/functions/apache-getenv.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,8 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The value of the Apache environment variable on success, or &false; on
failure
The value of the Apache environment variable,&return.falseforfailure;
</para>
</refsect1>

Expand Down
3 changes: 1 addition & 2 deletions reference/apache/functions/apache-request-headers.xml
Original file line number Diff line number Diff line change
Expand Up @@ -27,8 +27,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
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;
</para>
</refsect1>

Expand Down
3 changes: 1 addition & 2 deletions reference/apache/functions/getallheaders.xml
Original file line number Diff line number Diff line change
Expand Up @@ -31,8 +31,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
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;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apache/functions/virtual.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Performs the virtual command on success, or returns &false; on failure.
&return.success;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/apcuiterator/gettotalhits.xml
Original file line number Diff line number Diff line change
Expand Up @@ -29,7 +29,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The number of hits on success, or &false; on failure.
The number of hits,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/apcuiterator/key.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,7 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the key on success, or &false; upon failure.
Returns the key,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/functions/apcu-add.xml
Original file line number Diff line number Diff line change
Expand Up @@ -86,7 +86,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
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.
</para>
</refsect1>
Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/functions/apcu-delete.xml
Original file line number Diff line number Diff line change
Expand Up @@ -39,7 +39,7 @@
&reftitle.returnvalues;
<para>
If <parameter>key</parameter> 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;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/functions/apcu-fetch.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
The stored variable or array of variables on success; &false; on failure
The stored variable or array of variables,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/apcu/functions/apcu-sma-info.xml
Original file line number Diff line number Diff line change
Expand Up @@ -38,7 +38,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Array of Shared Memory Allocation data; &false; on failure.
Array of Shared Memory Allocation data,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/bzip2/functions/bzread.xml
Original file line number Diff line number Diff line change
Expand Up @@ -49,7 +49,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the uncompressed data, or &false; on error.
Returns the uncompressed data,&return.falseforfailure;
</para>
</refsect1>
<refsect1 role="examples">
Expand Down
2 changes: 1 addition & 1 deletion reference/bzip2/functions/bzwrite.xml
Original file line number Diff line number Diff line change
Expand Up @@ -55,7 +55,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the number of bytes written, or &false; on error.
Returns the number of bytes written,&return.falseforfailure;
</para>
</refsect1>

Expand Down
5 changes: 1 addition & 4 deletions reference/cubrid/cubridmysql/cubrid-client-encoding.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
A string that represents the CUBRID connection charset; on success.
</para>
<para>
&false; on failure.
A string that represents the CUBRID connection charset,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/cubridmysql/cubrid-data-seek.xml
Original file line number Diff line number Diff line change
Expand Up @@ -42,7 +42,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns &true; on success or &false; on failure.
&return.success;
</para>
</refsect1>

Expand Down
8 changes: 5 additions & 3 deletions reference/cubrid/cubridmysql/cubrid-db-name.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,9 +46,11 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the database name on success, and &false; on failure. If &false;
is returned, use <function>cubrid_error</function> to determine the nature
of the error.
Returns the database name on success,,&return.falseforfailure;
</para>
<para>
If &false; is returned, use <function>cubrid_error</function> to determine
the nature of the error.
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/cubridmysql/cubrid-fetch-assoc.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
<para>
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.
</para>
</refsect1>

Expand Down
5 changes: 1 addition & 4 deletions reference/cubrid/cubridmysql/cubrid-fetch-field.xml
Original file line number Diff line number Diff line change
Expand Up @@ -100,10 +100,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Object with certain properties of the specific column, when process is successful.
</para>
<para>
&false; on failure.
Object with certain properties of the specific column,&return.falseforfailure;
</para>
</refsect1>

Expand Down
5 changes: 2 additions & 3 deletions reference/cubrid/cubridmysql/cubrid-fetch-lengths.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,9 +14,8 @@
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
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;
</para>
<note>
<para>
Expand Down
7 changes: 2 additions & 5 deletions reference/cubrid/cubridmysql/cubrid-field-len.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,7 +15,7 @@
<methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
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;
</para>
</refsect1>

Expand All @@ -38,10 +38,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Maximum length, when process is successful.
</para>
<para>
&false; on failure.
Maximum length of the field,&return.falseforfailure;
</para>
</refsect1>

Expand Down
8 changes: 2 additions & 6 deletions reference/cubrid/cubridmysql/cubrid-field-name.xml
Original file line number Diff line number Diff line change
Expand Up @@ -15,8 +15,7 @@
<methodparam><type>int</type><parameter>field_offset</parameter></methodparam>
</methodsynopsis>
<para>
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;
</para>
</refsect1>

Expand All @@ -43,10 +42,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Name of specified field index, on success.
</para>
<para>
&false; on failure.
Name of specified field index,&return.falseforfailure;
</para>
</refsect1>

Expand Down
8 changes: 2 additions & 6 deletions reference/cubrid/cubridmysql/cubrid-field-seek.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,8 +17,7 @@
<para>
This function moves the result set cursor to the specified field offset.
This offset is used by <function>cubrid_fetch_field</function> 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;
</para>
</refsect1>

Expand All @@ -45,10 +44,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
&true; on success.
</para>
<para>
&false; on failure.
&return.success;
</para>
</refsect1>

Expand Down
5 changes: 1 addition & 4 deletions reference/cubrid/cubridmysql/cubrid-list-dbs.xml
Original file line number Diff line number Diff line change
Expand Up @@ -34,10 +34,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
An numeric array with all existing Cubrid databases; on success.
</para>
<para>
&false; on failure.
An numeric array with all existing Cubrid databases,&return.falseforfailure;
</para>
</refsect1>

Expand Down
3 changes: 1 addition & 2 deletions reference/cubrid/cubridmysql/cubrid-num-fields.xml
Original file line number Diff line number Diff line change
Expand Up @@ -14,8 +14,7 @@
<methodparam><type>resource</type><parameter>result</parameter></methodparam>
</methodsynopsis>
<para>
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;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/cubridmysql/cubrid-query.xml
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@
&reftitle.returnvalues;
<para>
For SELECT, SHOW, DESCRIBE, EXPLAIN and other statements returning resultset,
<function>cubrid_query</function> returns a <type>resource</type> on success, or &false; on error.
<function>cubrid_query</function> returns a <type>resource</type>,&return.falseforfailure;
</para>
<para>
For other type of SQL statements, INSERT, UPDATE, DELETE, DROP, etc,
Expand Down
5 changes: 1 addition & 4 deletions reference/cubrid/cubridmysql/cubrid-real-escape-string.xml
Original file line number Diff line number Diff line change
Expand Up @@ -51,10 +51,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Escaped string version of the given string, on success.
</para>
<para>
&false; on failure.
Escaped string version of the given string,&return.falseforfailure;
</para>
</refsect1>

Expand Down
5 changes: 1 addition & 4 deletions reference/cubrid/cubridmysql/cubrid-result.xml
Original file line number Diff line number Diff line change
Expand Up @@ -50,10 +50,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Value of a specific field, on success (NULL if value if null).
</para>
<para>
&false; on failure.
Value of a specific field, on success (NULL if value if null)&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/cubrid/functions/cubrid-insert-id.xml
Original file line number Diff line number Diff line change
Expand Up @@ -17,7 +17,7 @@
The <function>cubrid_insert_id</function> 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.
</para>

<note>
Expand Down
2 changes: 1 addition & 1 deletion reference/curl/functions/curl-exec.xml
Original file line number Diff line number Diff line change
Expand Up @@ -35,7 +35,7 @@
<para>
&return.success; However, if the <constant>CURLOPT_RETURNTRANSFER</constant>
option is <link linkend="function.curl-setopt">set</link>, it will return
the result on success, &false; on failure.
the result,&return.falseforfailure;.
</para>
&return.falseproblem;
<note>
Expand Down
2 changes: 1 addition & 1 deletion reference/curl/functions/curl-getinfo.xml
Original file line number Diff line number Diff line change
Expand Up @@ -351,7 +351,7 @@
<para>
If <parameter>option</parameter> is given, returns its value.
Otherwise, returns an associative array with the following elements
(which correspond to <parameter>option</parameter>), or &false; on failure:
(which correspond to <parameter>option</parameter>),&return.falseforfailure;
<itemizedlist>
<listitem>
<simpara>
Expand Down
2 changes: 1 addition & 1 deletion reference/curl/functions/curl-init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -46,7 +46,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a cURL handle on success, &false; on errors.
Returns a cURL handle on success,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/curl/functions/curl-multi-info-read.xml
Original file line number Diff line number Diff line change
Expand Up @@ -52,7 +52,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
On success, returns an associative array for the message, &false; on failure.
Returns an associative array for the message,&return.falseforfailure;
</para>
<para>
<table>
Expand Down
2 changes: 1 addition & 1 deletion reference/curl/functions/curl-multi-init.xml
Original file line number Diff line number Diff line change
Expand Up @@ -25,7 +25,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a cURL multi handle on success, &false; on failure.
Returns a cURL multi handle,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/datetime/functions/strtotime.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,7 +62,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns a timestamp on success, &false; otherwise.
Returns a timestamp,&return.falseforfailure;
</para>
</refsect1>

Expand Down
2 changes: 1 addition & 1 deletion reference/dio/functions/dio-open.xml
Original file line number Diff line number Diff line change
Expand Up @@ -126,7 +126,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
A file descriptor or &false; on error.
A file descriptor,&return.falseforfailure;
</para>
</refsect1>
<refsect1 role="examples">
Expand Down
3 changes: 1 addition & 2 deletions reference/dir/functions/getcwd.xml
Original file line number Diff line number Diff line change
Expand Up @@ -26,8 +26,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the current working directory on success, or &false; on
failure.
Returns the current working directory,&return.falseforfailure;
</para>
<para>
On some Unix variants, <function>getcwd</function> will return
Expand Down
4 changes: 2 additions & 2 deletions reference/dir/functions/scandir.xml
Original file line number Diff line number Diff line change
Expand Up @@ -62,8 +62,8 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns an <type>array</type> of filenames on success, or &false; on
failure. If <parameter>directory</parameter> is not a directory, then
Returns an <type>array</type> of filenames,&return.falseforfailure;.
If <parameter>directory</parameter> is not a directory, then
boolean &false; is returned, and an error of level
<constant>E_WARNING</constant> is generated.
</para>
Expand Down
Loading