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!)
Previous text:
2003-04-30 01:50: Subject: Wrong?
Isn't it wrong that
PIKEFUN object function_object(function|program func)
translates into
typeof(function_object);
(1) Result: function(function(mixed ... : void | mixed) : object)
/ Martin Nilsson (har bott i google)