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
26 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);
27 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);
57 return \sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);147 public static function typeToString(int $type, bool $short = false): string function in Twig\\Token