Searched refs:typeToString (Results 1 – 4 of 4) sorted by relevance
177 return 'TOKEN::'.self::typeToString($this->type).187 public static function typeToString(int $type): string { function in PhpCss\\Scanner\\Token
55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);117 public static function typeToString($type, $short = false) function in Twig\\Token
26 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);
27 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);