Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DEnumTokenEmulator.php17 return \T_ENUM;
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php340 [\T_ENUM, 'enum'],
/PHP-Parser/grammar/
H A Dphp.y93 %token T_ENUM
122 %token T_ENUM
154 | T_MATCH | T_ENUM
487 …| optional_attributes T_ENUM identifier_not_reserved enum_scalar_type implements_list '{' class_st…
/PHP-Parser/lib/PhpParser/
H A DParserAbstract.php1225 $tokenMap[\T_ENUM] = static::T_ENUM;
/PHP-Parser/
H A Dphpstan-baseline.neon184 … message: "#^Access to undefined constant static\\(PhpParser\\\\ParserAbstract\\)\\:\\:T_ENUM\\.$#"
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp8.php133 public const T_ENUM = 368; define in PhpParser\\Parser\\Php8
H A DPhp7.php133 public const T_ENUM = 368; define in PhpParser\\Parser\\Php7

Completed in 26 milliseconds