php-parser/test/code/parser/stmt/class
Tomas Votruba f68e1a43ff
[PHP 8.1] Add support for enums (#758)
RFC: https://wiki.php.net/rfc/enumerations

Co-authored-by: Nikita Popov <nikita.ppv@gmail.com>
2021-04-25 21:11:36 +02:00
..
abstract.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
anonymous.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
class_position.test Fix #738 incorrect start line for traits 2020-12-20 10:52:47 +01:00
conditional.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
constModifierErrors.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
constModifiers.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
enum_with_string.test [PHP 8.1] Add support for enums (#758) 2021-04-25 21:11:36 +02:00
enum.test [PHP 8.1] Add support for enums (#758) 2021-04-25 21:11:36 +02:00
final.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
implicitPublic.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
interface.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
modifier.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
name.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
php4Style.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
property_promotion.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
propertyTypes.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
simple.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
staticMethod.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
staticType.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00
trait.test [PHP 8.0] Add attributes support (#661) 2020-09-13 21:01:17 +02:00