num = $num; $this->test = function ($objectValue, $args, $context) { return $this->num + $args['addend1'] + $context['addend2']; }; } }