Home
last modified time | relevance | path

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

/template/twigstarter/vendor/twig/twig/src/
DToken.php36 public const ARROW_TYPE = 12; define in Twig\\Token
47 if (self::ARROW_TYPE === $type) {
48 …twig', '3.21', 'The "%s" token type is deprecated, "arrow" is now an operator.', self::ARROW_TYPE);
78 if (self::ARROW_TYPE === $type) {
79 …%s" token type is deprecated, "arrow" is now an operator.', self::typeToEnglish(self::ARROW_TYPE));
189 case self::ARROW_TYPE:
231 case self::ARROW_TYPE: