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)
Previous text:
2003-04-30 02:19: Subject: Wrong?
Well, "function(mixed ... : void | mixed)" is the same as "function", isn't it? And a program is a kind of function that returns an object, so it is subsumed by "function".
/ Marcus Comstedt (ACROSS) (Hail Ilpalazzo!)