On Mon, Oct 27, 2008 at 16:50, Ólafur Waage <[EMAIL PROTECTED]> wrote:
> I found that he had one valid question that i would like to see answered.
>
>> is the below allowed ?
>>
>> $bar = new Module \ Foo \ Bar();
>>
>> I find it easier to read than with out the space.
>
> Since it looks pretty good with the spaces there.

I don't see why it wouldn't be allowed. You can already do
function_name               (), or classname        ::     methodname
 ().
This isn't python, the parser doesn't really care about the spaces :)

-Hannes

--
PHP Internals - PHP Runtime Development Mailing List
To unsubscribe, visit: http://www.php.net/unsub.php

Reply via email to