From d0e46eb3b4b379e41c689773633ae2595663bbad Mon Sep 17 00:00:00 2001 From: Gwynne Raskind Date: Sat, 15 Mar 2008 12:22:33 +0000 Subject: [PATCH] s/a list/an array/ git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@255131 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/functions.xml | 4 ++-- 1 file changed, 2 insertions(+), 2 deletions(-) diff --git a/language/functions.xml b/language/functions.xml index 90b8a5fdc4..f99f83bc95 100644 --- a/language/functions.xml +++ b/language/functions.xml @@ -1,5 +1,5 @@ - + Functions @@ -418,7 +418,7 @@ echo square(4); // outputs '16'. You can't return multiple values from a function, but similar - results can be obtained by returning a list. + results can be obtained by returning an array.