Home
last modified time | relevance | path

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

/template/strap/vendor/carica/phpcss/src/PhpCss/Scanner/
H A DToken.php177 return 'TOKEN::'.self::typeToString($this->type).
187 public static function typeToString(int $type): string { function in PhpCss\\Scanner\\Token
/template/twigstarter/vendor/twig/twig/src/
DToken.php55 return sprintf('%s(%s)', self::typeToString($this->type, true), $this->value);
117 public static function typeToString($type, $short = false) function in Twig\\Token
/template/strap/vendor/carica/phpcss/src/PhpCss/Exception/
H A DUnexpectedEndOfFileException.php26 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);
H A DTokenMismatchException.php27 $expectedTokenStrings[] = PhpCss\Scanner\Token::typeToString($expectedToken);