On 6/20/08, Dmitry Stogov <[EMAIL PROTECTED]> wrote: > It is possible to do it, but I don't see any reason to invest time into > it. PHP scripts hardly ever use nested functions, and you always can > access global variables through "global" or $GLOBALS. I don't see, why > do we need another way to do the same.
just to clarify: php, currently, does not have "nested functions" but it is allowed to declare "usual", global-scoped functions from inside other functions -- Alexey Zakhlestin http://blog.milkfarmsoft.com/ -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php