Skip to content

php8: removed curly braces access for arrays and strings#18

Merged
i582 merged 1 commit intophp8_devfrom
pmakhnev/remove_curly_braces_access_for_arrays_and_strings
Jul 26, 2021
Merged

php8: removed curly braces access for arrays and strings#18
i582 merged 1 commit intophp8_devfrom
pmakhnev/remove_curly_braces_access_for_arrays_and_strings

Conversation

@i582
Copy link
Owner

@i582 i582 commented Jul 26, 2021

The changes affected the parser, now an error will be
generated when accessing with curly braces, but the AST
will be fully built.

Fixes #17

The changes affected the parser, now an error will be
generated when accessing with curly braces, but the AST
will be fully built.
@i582 i582 added the PHP 8 PHP 8 features label Jul 26, 2021
@i582 i582 linked an issue Jul 26, 2021 that may be closed by this pull request
@i582 i582 changed the title php8: removed curly braces access for arrays anf strings php8: removed curly braces access for arrays and strings Jul 26, 2021
@i582 i582 merged commit 3cae1d5 into php8_dev Jul 26, 2021
@i582 i582 deleted the pmakhnev/remove_curly_braces_access_for_arrays_and_strings branch July 26, 2021 11:54
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

PHP 8 PHP 8 features

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Remove {} access

1 participant