Searched refs:getCallableParameters (Results 1 – 2 of 2) sorted by relevance
76 [$callableParameters, $isPhpVariadic] = $this->getCallableParameters();185 private function getCallableParameters(): array function in Twig\\Util\\CallableArgumentsExtractor
179 … [$callableParameters, $isPhpVariadic] = $this->getCallableParameters($callable, $isVariadic);281 private function getCallableParameters($callable, bool $isVariadic): array function in Twig\\Node\\Expression\\CallExpression