From ad57e5d176f5339ef5ec861bf2cd38a06e8f2caa Mon Sep 17 00:00:00 2001 From: Gabor Hojtsy Date: Sun, 22 Jul 2001 14:25:56 +0000 Subject: [PATCH] This is not meant to be output, but return value git-svn-id: https://svn.php.net/repository/phpdoc/en/trunk@52024 c90b9560-bf6c-de11-be94-00142212c4b1 --- language/types.xml | 5 +++-- 1 file changed, 3 insertions(+), 2 deletions(-) diff --git a/language/types.xml b/language/types.xml index 12533d50d2..66c9a963bc 100644 --- a/language/types.xml +++ b/language/types.xml @@ -1149,8 +1149,9 @@ echo $foo[bar]; echo $arr[ foo(true) ]; - This is an example of using function-output as the array index. - PHP knows also about constants, and you may have seen the + This is an example of using a function return value + as the array index. PHP knows also about constants, + and you may have seen the E_* before.