Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/Node/Expression/Binary/
DGreaterBinary.php18 class GreaterBinary extends AbstractBinary implements ReturnBoolInterface, CoercesChildrenToStringI… class
/template/twigstarter/vendor/twig/twig/src/Extension/
DCoreExtension.php47 use Twig\Node\Expression\Binary\GreaterBinary; alias
356 new BinaryOperatorExpressionParser(GreaterBinary::class, '>', 20),