Suppose I\'ve the following function:
function mul() { return array_reduce(func_get_args(), \'*\'); }
Is is possible to use the * operat
PHP 5.3 has closures ;)