array_flip() will never return false (cought by yawk)

git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@293230 c90b9560-bf6c-de11-be94-00142212c4b1
This commit is contained in:
Hannes Magnusson 2010-01-07 20:19:16 +00:00
parent 103ed71613
commit f39b9daa3c

View file

@ -48,7 +48,7 @@
<refsect1 role="returnvalues">
&reftitle.returnvalues;
<para>
Returns the flipped array on success and &false; on failure.
Returns the flipped array on success and &null; on failure.
</para>
</refsect1>