From: Andrei Zmievski Date: Fri, 10 Mar 2000 22:23:01 +0000 (+0000) Subject: Reminder. X-Git-Tag: PHP-4.0-RC1~195 X-Git-Url: https://granicus.if.org/sourcecode?a=commitdiff_plain;h=8ad55cbd94ca9a96c3e4a001cfdce73f5ee4c0f1;p=php Reminder. --- diff --git a/TODO b/TODO index d4ced80c69..8a4d668087 100644 --- a/TODO +++ b/TODO @@ -5,6 +5,7 @@ Zend ---- * allow foreach ($array as $k => &$val) syntax. right now we can not traverse an array without copying each element. + * get_class_methods("classname") global ------