Re: [PHP-DEV] nested functions

2001-02-03 Thread Boian Bonev
hi, > Andrei Zmievski wrote: > > > i'm not sure about it, is this a usefull feature (although it > > > behaves very different to, say, PASCAL or gcc with nested > > > functions enabled where the inner function is 'local' to the > > > namespace of the outer one) or should the engine prevent > > >

RE: [PHP-DEV] nested functions

2001-02-02 Thread Chris Newbill
Ditto, poor design IMHO. -Original Message- From: Marten Gustafsson [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 7:40 AM To: PHP DEV Subject: RE: [PHP-DEV] nested functions Is there a need for nested funcitons? I don?t think so. -Marten. Icq# 38863127 -Original

Re: [PHP-DEV] nested functions

2001-02-02 Thread Hartmut Holzgraefe
Andrei Zmievski wrote: > > i'm not sure about it, is this a usefull feature (although it > > behaves very different to, say, PASCAL or gcc with nested > > functions enabled where the inner function is 'local' to the > > namespace of the outer one) or should the engine prevent > > nested function d

RE: [PHP-DEV] nested functions

2001-02-02 Thread Marten Gustafsson
Is there a need for nested funcitons? I don?t think so. -Marten. Icq# 38863127 -Original Message- From: Andrei Zmievski [mailto:[EMAIL PROTECTED]] Sent: Friday, February 02, 2001 3:22 PM To: Hartmut Holzgraefe Cc: [EMAIL PROTECTED] Subject: Re: [PHP-DEV] nested functions On Fri

Re: [PHP-DEV] nested functions

2001-02-02 Thread Andrei Zmievski
On Fri, 02 Feb 2001, Hartmut Holzgraefe wrote: > > it is right now possible to declare functions within functions > (see bug#9064) > > this will lead to redeclaration errors if you call the outer > function more then once > > i'm not sure about it, is this a usefull feature (although it > beha

[PHP-DEV] nested functions

2001-02-02 Thread Hartmut Holzgraefe
it is right now possible to declare functions within functions (see bug#9064) this will lead to redeclaration errors if you call the outer function more then once i'm not sure about it, is this a usefull feature (although it behaves very different to, say, PASCAL or gcc with nested functions