History log of /PHP-Parser/test/code/parser/expr/newDeref.test (Results 1 – 2 of 2)
Revision Date Author Comments
# beba9c52 19-Jul-2024 Nikita Popov

Remove support for alternative array syntax in PHP 8 parser

We cannot support both this syntax and property hooks. Drop
support for the alternative syntax in the PHP 8 parser. The
PH

Remove support for alternative array syntax in PHP 8 parser

We cannot support both this syntax and property hooks. Drop
support for the alternative syntax in the PHP 8 parser. The
PHP 7 parser still supports it.

show more ...


# 7b0384cd 25-May-2024 Nikita Popov

[8.4] Add support for new deref without parens

RFC: https://wiki.php.net/rfc/new_without_parentheses