Re: [PHP-DEV] Interfaces in namespaces

2007-11-08 Thread Stanislav Malyshev
As classes are resolved at run-time, couldn't resolved interfaces of SPL also? Instead of use the prefix '::'. e,g, namespace foobar; class foo implements SplSubject { } This should work, as far as I understand. Doesn't it? -- Stanislav Malyshev, Zend Software Architect [EMAIL PROTECTED] http

[PHP-DEV] Interfaces in namespaces

2007-10-29 Thread Felipe Pena
As classes are resolved at run-time, couldn't resolved interfaces of SPL also? Instead of use the prefix '::'. e,g, namespace foobar; class foo implements SplSubject { } Regards, Felipe. -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php