From: Andrei Zmievski Date: Mon, 16 Apr 2001 13:54:10 +0000 (+0000) Subject: More todo stuff. X-Git-Tag: php-4.0.6RC1~406 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=6f31580b99c4b239976c313dd463809ba5274549;p=php More todo stuff. --- diff --git a/TODO-4.2.txt b/TODO-4.2.txt index d2d646071e..d0eb5cc00f 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -12,6 +12,8 @@ * renaming functions so that they all are conform to one standard form -* allow foreach($arrray as $key => &value) +* allow foreach($array as $key => &$value) + +* allow foreach($array as list($var1, $var2)) * clean up "$instance = &new object" syntax.