On Thu, 2008-11-06 at 22:19 -0600, Josh Thompson wrote: > I don't understand why in the namespaced example no one seems to have a > problem with new A() meaning new \foo\bar\A(), but we can't use the * > wildcard to do the same thing?
Since we don't reliable know all possible classes, think about _-autoloading classes, which means we'd have to do more work during execution, which can be a slowdown. johannes -- PHP Internals - PHP Runtime Development Mailing List To unsubscribe, visit: http://www.php.net/unsub.php