Home
last modified time | relevance | path

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

/PHP-Parser/lib/PhpParser/Lexer/TokenEmulator/
H A DEnumTokenEmulator.php17 return \T_ENUM;
/PHP-Parser/test/PhpParser/Lexer/
H A DEmulativeTest.php343 [\T_ENUM, 'enum'],
/PHP-Parser/grammar/
H A Dphp.y96 %token T_ENUM
126 %token T_ENUM
158 | T_MATCH | T_ENUM
492 …| optional_attributes T_ENUM identifier_not_reserved enum_scalar_type implements_list '{' class_st…
/PHP-Parser/lib/PhpParser/Parser/
H A DPhp7.php136 public const T_ENUM = 371; define in PhpParser\\Parser\\Php7
H A DPhp8.php136 public const T_ENUM = 371; define in PhpParser\\Parser\\Php8

Completed in 39 milliseconds