Seeing as how we now have only one-level deep namespaces and classes (which is another topic), does it make sense to have both 'scope' and 'ns' fields in zend_op_array structure? I would think they can be merged into one.
Not really, we can't. You can have functions inside a namespace, that don't have a class entry attached to them.
I guess we could create some hybrid of the namespace and ce, but it would end up being ugly, with many more extra checks.
Zeev
-- PHP Development Mailing List <http://www.php.net/> To unsubscribe, visit: http://www.php.net/unsub.php