php-parser/internal
Makhnev Petr 049ce7ddc6
PHP 8 (#1)
PHP 8 Update

- nullsafe operator (?->)
- Remove (real) cast
- Named arguments
- Remove (unset) cast
- Remove {} access
- match expression
- Union types in type hints and static typehint
- Block catch without variable
- Trailing comma in parameter lists
- throw can be used as an expression
- Concatenation precedence
- Declaring properties in the constructor
- Attributes
- Names in the namespace are treated as a single token
- Trailing comma in closure use list
- Check that ::class on object works
- Deferencable changes and arbitrary expressions in new/instanceof
2021-07-30 20:53:27 +03:00
..
php5 PHP 8 (#1) 2021-07-30 20:53:27 +03:00
php7 PHP 8 (#1) 2021-07-30 20:53:27 +03:00
php8 PHP 8 (#1) 2021-07-30 20:53:27 +03:00
position refactoring: update position builder tests 2020-12-20 14:34:09 +02:00
scanner rename package cfg to conf 2021-02-13 23:54:34 +02:00
tester PHP 8 (#1) 2021-07-30 20:53:27 +03:00