Well, _that_ sounds like a bug. (mixed ... : void|mixed) should cover all possibile argument and return types, so I don't see any reason they shouldn't be strictly compatible.
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)
Previous text:
2003-04-30 02:23: Subject: Wrong?
No, function and function(mixed...:void|mixed) are not the same.
Warning: Arguments not strictly compatible. Warning: Expected: function(function(mixed ... : void | mixed) : object) Warning: Got : function(function : void | mixed)
/ Martin Nilsson (har bott i google)