Skip to content

Commit c80da7c

Browse files
committed
Document false and null return types
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@351724 c90b9560-bf6c-de11-be94-00142212c4b1
1 parent afddb41 commit c80da7c

File tree

547 files changed

+581
-581
lines changed

Some content is hidden

Large Commits have some content hidden by default. Use the searchbox below for content that may be hidden.

547 files changed

+581
-581
lines changed

reference/apache/functions/apache-getenv.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -9,7 +9,7 @@
99
<refsect1 role="description">
1010
&reftitle.description;
1111
<methodsynopsis>
12-
<type>string</type><methodname>apache_getenv</methodname>
12+
<type class="union"><type>string</type><type>false</type></type><methodname>apache_getenv</methodname>
1313
<methodparam><type>string</type><parameter>variable</parameter></methodparam>
1414
<methodparam choice="opt"><type>bool</type><parameter>walk_to_top</parameter><initializer>&false;</initializer></methodparam>
1515
</methodsynopsis>

reference/apache/functions/apache-request-headers.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type>array</type><methodname>apache_request_headers</methodname>
13+
<type class="union"><type>array</type><type>false</type></type><methodname>apache_request_headers</methodname>
1414
<void/>
1515
</methodsynopsis>
1616
<para>

reference/apache/functions/getallheaders.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type>array</type><methodname>getallheaders</methodname>
13+
<type class="union"><type>array</type><type>false</type></type><methodname>getallheaders</methodname>
1414
<void/>
1515
</methodsynopsis>
1616
<para>

reference/apcu/apcuiterator/gettotalhits.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<modifier>public</modifier> <type>int</type><methodname>APCUIterator::getTotalHits</methodname>
13+
<modifier>public</modifier> <type class="union"><type>int</type><type>false</type></type><methodname>APCUIterator::getTotalHits</methodname>
1414
<void />
1515
</methodsynopsis>
1616
<para>

reference/apcu/functions/apcu-sma-info.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -10,7 +10,7 @@
1010
<refsect1 role="description">
1111
&reftitle.description;
1212
<methodsynopsis>
13-
<type>array</type><methodname>apcu_sma_info</methodname>
13+
<type class="union"><type>array</type><type>false</type></type><methodname>apcu_sma_info</methodname>
1414
<methodparam choice="opt"><type>bool</type><parameter>limited</parameter><initializer>&false;</initializer></methodparam>
1515
</methodsynopsis>
1616
<para>

reference/array/functions/array-flip.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refsect1 role="description">
99
&reftitle.description;
1010
<methodsynopsis>
11-
<type>array</type><methodname>array_flip</methodname>
11+
<type class="union"><type>array</type><type>null</type></type><methodname>array_flip</methodname>
1212
<methodparam><type>array</type><parameter>array</parameter></methodparam>
1313
</methodsynopsis>
1414
<para>

reference/classobj/functions/get-called-class.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refsect1 role="description">
99
&reftitle.description;
1010
<methodsynopsis>
11-
<type>string</type><methodname>get_called_class</methodname>
11+
<type class="union"><type>string</type><type>false</type></type><methodname>get_called_class</methodname>
1212
<void/>
1313
</methodsynopsis>
1414
<para>

reference/classobj/functions/get-class-vars.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refsect1 role="description">
99
&reftitle.description;
1010
<methodsynopsis>
11-
<type>array</type><methodname>get_class_vars</methodname>
11+
<type class="union"><type>array</type><type>false</type></type><methodname>get_class_vars</methodname>
1212
<methodparam><type>string</type><parameter>class_name</parameter></methodparam>
1313
</methodsynopsis>
1414
<para>

reference/classobj/functions/get-class.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refsect1 role="description">
99
&reftitle.description;
1010
<methodsynopsis>
11-
<type>string</type><methodname>get_class</methodname>
11+
<type class="union"><type>string</type><type>false</type></type><methodname>get_class</methodname>
1212
<methodparam choice="opt"><type>object</type><parameter>object</parameter></methodparam>
1313
</methodsynopsis>
1414
<para>

reference/classobj/functions/get-parent-class.xml

Lines changed: 1 addition & 1 deletion
Original file line numberDiff line numberDiff line change
@@ -8,7 +8,7 @@
88
<refsect1 role="description">
99
&reftitle.description;
1010
<methodsynopsis>
11-
<type>string</type><methodname>get_parent_class</methodname>
11+
<type class="union"><type>string</type><type>false</type></type><methodname>get_parent_class</methodname>
1212
<methodparam choice="opt"><type>mixed</type><parameter>object</parameter></methodparam>
1313
</methodsynopsis>
1414
<para>

0 commit comments

Comments
 (0)