AZ>> Ok, do you suggest just throwing an error if the symbol is
AZ>> ambiguous? Then you need to way to specify which of the parent
AZ>> classes' method to use, C++ does it like this:
AZ>>
AZ>> obj->B::a(); // calls method a() defined in parent class B

Yes, but in PHP it would be run-time error. I don't know if it would be
possible to implement this in efficient way, though.
-- 
Stanislav Malyshev, Zend Products Engineer
[EMAIL PROTECTED]  http://www.zend.com/ +972-3-6139665 ext.115



-- 
PHP Development Mailing List <http://www.php.net/>
To unsubscribe, e-mail: [EMAIL PROTECTED]
For additional commands, e-mail: [EMAIL PROTECTED]
To contact the list administrators, e-mail: [EMAIL PROTECTED]

Reply via email to