mirror of
https://github.com/sigmasternchen/php-doc-en
synced 2025-03-16 00:48:54 +00:00
Fixed PHP bug #51177 (Iterator::key() return value should not say "integer 0 on failure")
git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@295890 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
parent
7b77d861a6
commit
37894faed3
1 changed files with 2 additions and 3 deletions
|
@ -26,15 +26,14 @@
|
|||
<refsect1 role="returnvalues">
|
||||
&reftitle.returnvalues;
|
||||
<para>
|
||||
Returns <type>scalar</type> on success, <type>integer</type>
|
||||
<literal>0</literal> on failure.
|
||||
Returns <type>scalar</type> on success, or &null; on failure.
|
||||
</para>
|
||||
</refsect1>
|
||||
|
||||
<refsect1 role="errors"><!-- {{{ -->
|
||||
&reftitle.errors;
|
||||
<para>
|
||||
Issues <constant>E_WARNING</constant> on failure.
|
||||
Issues <constant>E_NOTICE</constant> on failure.
|
||||
</para>
|
||||
</refsect1><!-- }}} -->
|
||||
|
||||
|
|
Loading…
Reference in a new issue