Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Curly braces are used for accessing array elements e.g. $array{42} no longer supported as of PHP 8.0.0. #4201

Closed
frederik14 opened this issue Jan 6, 2022 · 1 comment

Comments

@frederik14
Copy link

2022-01-06_14-49-23

-> accessing the array via square brackets fixed the issue.

@frederik14 frederik14 changed the title Curly used interchangeably for accessing array elements e.g. $array{42} no longer supported as of PHP 8.0.0. Curly used for accessing array elements e.g. $array{42} no longer supported as of PHP 8.0.0. Jan 7, 2022
@frederik14 frederik14 changed the title Curly used for accessing array elements e.g. $array{42} no longer supported as of PHP 8.0.0. Curly braces are used for accessing array elements e.g. $array{42} no longer supported as of PHP 8.0.0. Jan 7, 2022
@ViorelEremia
Copy link
Contributor

fixed in the lateste version

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

2 participants