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

https://php.watch/versions/8.2/${var}-string-interpolation-deprecated #154

Open
BackuPs opened this issue Oct 10, 2023 · 3 comments
Open

Comments

@BackuPs
Copy link

BackuPs commented Oct 10, 2023

in php 8.2 the class-wp-import.php line 954

${$meta['key']} = $meta['value'];

Triggers a depraction notification.

@BackuPs BackuPs changed the title https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated https://php.watch/versions/8.2/${var}-string-interpolation-deprecated Oct 10, 2023
@BackuPs
Copy link
Author

BackuPs commented Oct 10, 2023

More information to be found here https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated

@sabernhardt
Copy link

This was also reported in Trac 59990.

${$meta['key']} = $meta['value'];

@BackuPs
Copy link
Author

BackuPs commented Nov 30, 2023

i don't see the error anymore. nor am i able to recreate it. weird.

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