Home
last modified time | relevance | path

Searched refs:MatchesBinary (Results 1 – 3 of 3) sorted by relevance

/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
DMatchesBinary.php22 class MatchesBinary extends AbstractBinary implements ReturnBoolInterface, CoercesChildrenToStringI… class
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php54 use Twig\Node\Expression\Binary\MatchesBinary; alias
361 new BinaryOperatorExpressionParser(MatchesBinary::class, 'matches', 20),
/template/twigstarter/vendor/twig/twig/
DCHANGELOG52 …* Deprecate passing a non-`AbstractExpression` node to `Twig\Node\Expression\Binary\MatchesBinary`…