Home
last modified time | relevance | path

Searched refs:checkConstantExpression (Results 1 – 2 of 2) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/TokenParser/
DMacroTokenParser.php96 if (!$this->checkConstantExpression($default)) {
107 private function checkConstantExpression(Node $node): bool function in Twig\\TokenParser\\MacroTokenParser
116 if (!$this->checkConstantExpression($n)) {
/template/twigstarter/vendor/twig/twig/src/
DExpressionParser.php268 if (!$this->checkConstantExpression($value)) {
343 private function checkConstantExpression(Node $node): bool function in Twig\\ExpressionParser
352 if (!$this->checkConstantExpression($n)) {