Title: PHP 8,2 compatible? ${var}-string-interpolation-deprecated
Last modified: November 30, 2023

---

# PHP 8,2 compatible? ${var}-string-interpolation-deprecated

 *  Resolved [BackuPs](https://wordpress.org/support/users/neo2k23/)
 * (@neo2k23)
 * [2 years, 6 months ago](https://wordpress.org/support/topic/php-82-compatible-var-string-interpolation-deprecated/)
 * ${var}-string-interpolation-deprecated
 * in php 8.2 the class-wp-import.php line 954
 * ${$meta[‘key’]} = $meta[‘value’];
 * Triggers a deprecation notification.
 * [https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated](https://php.watch/versions/8.2/$%7Bvar%7D-string-interpolation-deprecated)
 * Should this be changed to ?
 * {${$meta[‘key’]}} = $meta[‘value’];
 * or
 * 
   {$$meta[‘key’]} = $meta[‘value’];

Viewing 2 replies - 1 through 2 (of 2 total)

 *  Moderator [jordesign](https://wordpress.org/support/users/jordesign/)
 * (@jordesign)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/php-82-compatible-var-string-interpolation-deprecated/#post-17249196)
 * Hi [@neo2k23](https://wordpress.org/support/users/neo2k23/) – thanks for mentioning
   that. I see that bug has already been reported – so Developers can start looking
   into it 👍
 * [https://github.com/WordPress/wordpress-importer/issues/154](https://github.com/WordPress/wordpress-importer/issues/154)
 *  Thread Starter [BackuPs](https://wordpress.org/support/users/neo2k23/)
 * (@neo2k23)
 * [2 years, 5 months ago](https://wordpress.org/support/topic/php-82-compatible-var-string-interpolation-deprecated/#post-17249931)
 * [@jordesign](https://wordpress.org/support/users/jordesign/) i can not recreate
   the issue any more. Thank you for your reply.

Viewing 2 replies - 1 through 2 (of 2 total)

The topic ‘PHP 8,2 compatible? ${var}-string-interpolation-deprecated’ is closed
to new replies.

 * ![](https://ps.w.org/wordpress-importer/assets/icon.svg?rev=2791650)
 * [WordPress Importer](https://wordpress.org/plugins/wordpress-importer/)
 * [Frequently Asked Questions](https://wordpress.org/plugins/wordpress-importer/#faq)
 * [Support Threads](https://wordpress.org/support/plugin/wordpress-importer/)
 * [Active Topics](https://wordpress.org/support/plugin/wordpress-importer/active/)
 * [Unresolved Topics](https://wordpress.org/support/plugin/wordpress-importer/unresolved/)
 * [Reviews](https://wordpress.org/support/plugin/wordpress-importer/reviews/)

 * 2 replies
 * 2 participants
 * Last reply from: [BackuPs](https://wordpress.org/support/users/neo2k23/)
 * Last activity: [2 years, 5 months ago](https://wordpress.org/support/topic/php-82-compatible-var-string-interpolation-deprecated/#post-17249931)
 * Status: resolved