diff --git a/TODO-4.2.txt b/TODO-4.2.txt index add3d22e40d..d2d646071e0 100644 --- a/TODO-4.2.txt +++ b/TODO-4.2.txt @@ -12,3 +12,6 @@ * renaming functions so that they all are conform to one standard form +* allow foreach($arrray as $key => &value) + +* clean up "$instance = &new object" syntax.