On Wed, Jul 16, 2008 at 11:34 AM, Hannes Magnusson
<[EMAIL PROTECTED]> wrote:
> I thought the only argument against using curly braces for namespaces
> was exactly his example "you can use namespace foo; {} if you really
> want to"?

OK:
namespace foo;
{
}

Not OK:
{
    use Foo:Bar as Something;
}


-- 
Alexey Zakhlestin
http://blog.milkfarmsoft.com/

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

Reply via email to