From 0ce0db5158c1d34373517b3126b7006d3aebe979 Mon Sep 17 00:00:00 2001 From: "Thies C. Arntzen" Date: Wed, 2 Feb 2000 11:37:22 +0000 Subject: [PATCH] foreach note --- TODO | 5 +++++ 1 file changed, 5 insertions(+) diff --git a/TODO b/TODO index f347724055e..0143f3d755d 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