Returns the number of InputArguments.
public function getArgumentCount() : int { return null !== $this->lastArrayArgument ? \PHP_INT_MAX : \count($this->arguments); }