From f39b9daa3c7ee3d8aef85459f84586af6166236f Mon Sep 17 00:00:00 2001 From: Hannes Magnusson Date: Thu, 7 Jan 2010 20:19:16 +0000 Subject: [PATCH] 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 --- reference/array/functions/array-flip.xml | 2 +- 1 file changed, 1 insertion(+), 1 deletion(-) diff --git a/reference/array/functions/array-flip.xml b/reference/array/functions/array-flip.xml index 2d51c534b7..cf3db485f2 100644 --- a/reference/array/functions/array-flip.xml +++ b/reference/array/functions/array-flip.xml @@ -48,7 +48,7 @@ &reftitle.returnvalues; - Returns the flipped array on success and &false; on failure. + Returns the flipped array on success and &null; on failure.