Greg Beaver wrote:
This is a bit amusing to read if one takes a step back :). You should
know that there is quite a wide variety of opinions amongst internals
developers about the importance of functions vs. classes. One
interesting point is that none of the internals developers I know who
use
Brian Moon wrote:
>>> 3. Functions will not be allowed inside namespaces. We arrived to
>>> conclusion that they are much more trouble than they're worth, and
>>> summarily we would be better off without them. Most of the
>>> functionality could be easily achieved using static class methods, and
>>
Brian Moon wrote:
3. Functions will not be allowed inside namespaces. We arrived to
conclusion that they are much more trouble than they're worth, and
summarily we would be better off without them. Most of the
functionality could be easily achieved using static class methods, and
the rest may be
3. Functions will not be allowed inside namespaces. We arrived to
conclusion that they are much more trouble than they're worth, and
summarily we would be better off without them. Most of the
functionality could be easily achieved using static class methods, and
the rest may be emulated with varia
Stanislav Malyshev wrote:
Hi!
On the ZendCon, we (Marcus, Elizabeth, Andi and myself) had a talk about
what we'd like to do with namespaces, and we arrived at the following
conclusions, which we propose to implement in 5.3:
1. Allow braces for namespaces. So, the syntax for namespaces will b
Before anyone gets all hyper, my point is *not* to introduce :>, but to
explain that it is in fact technically feasible to extend the definition
of namespaces later to add support for non-class elements and it would
work just fine.
It is, however, not going to be possible to do this post-5.3 with
Stanislav Malyshev wrote:
> Hi!
>
> On the ZendCon, we (Marcus, Elizabeth, Andi and myself) had a talk about
> what we'd like to do with namespaces, and we arrived at the following
> conclusions, which we propose to implement in 5.3:
>
> 1. Allow braces for namespaces. So, the syntax for namespac
2008/9/23 Karsten Dambekalns <[EMAIL PROTECTED]>:
> Hi.
>
> For what it's worth, my point of view:
>
> Stanislav Malyshev wrote:
>>
>> 1. Allow braces for namespaces. So, the syntax for namespaces will be:
>> a) namespace foo;
>> should be first (non-comment) statement in the file, namespace extend
Hi.
For what it's worth, my point of view:
Stanislav Malyshev wrote:
1. Allow braces for namespaces. So, the syntax for namespaces will be:
a) namespace foo;
should be first (non-comment) statement in the file, namespace extends
to the end of the file or next namespace declaration.
b) namespa