Searched refs:functionName (Results 1 – 4 of 4) sorted by relevance
23 private $functionName; variable in Twig\\Sandbox\\SecurityNotAllowedFunctionError25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument37 $this->functionName = $functionName;42 return $this->functionName;
25 …public function __construct(string $message, string $functionName, int $lineno = -1, string $filen… argument37 $this->filterName = $functionName;
1607 private function requireProcessIsStarted(string $functionName) argument1610 …throw new LogicException(sprintf('Process must be started before calling "%s()".', $functionName));1619 private function requireProcessIsTerminated(string $functionName) argument1622 …ow new LogicException(sprintf('Process must be terminated before calling "%s()".', $functionName));
2990 this.functionName=null;