> > > Arguments being silently ignored sounds like a potential bug to me. I >> know it's something I've seen in code I've maintained. >> > > No, it's not a bug - extra arguments were silently ignored in PHP since the > dawn of time.
I know that you know this, but I want this to be clear: the extra args ignored only from the class definition point of view, they can be harvested by the func_get_args() function. Tyrael