> > You could have two classes both defining an innocent method toString(),
> > for example, and with your suggestion, inheriting from those classes
> > would cause a hard error? Why would "first encountered" definition
> > change?
> If anything that affected how classes were ordered changed, if the classes
were
> renamed, if the class definitions changed...

first occurence means the first occurence in the inheritance list. then it
is important how you order the class names when you inherit them, not when
they got defined.

b.


-- 
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