From: Thies C. Arntzen Date: Wed, 2 Feb 2000 11:37:22 +0000 (+0000) Subject: foreach note X-Git-Tag: BEFORE_SAPIFICATION_FEB_10_2000~109 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=0ce0db5158c1d34373517b3126b7006d3aebe979;p=php foreach note --- diff --git a/TODO b/TODO index f347724055..0143f3d755 100644 --- a/TODO +++ b/TODO @@ -1,6 +1,11 @@ Things to do or at least think about doing in the future. Name in parenthesis means that person has taken on this project. +Zend +---- + * allow foreach ($array as $k => &$val) syntax. right now we can not + traverse an array without copying each element. + global ------ * let every module (source-file) have it's own module & function_entry