phan icon indicating copy to clipboard operation
phan copied to clipboard

Warn about `"${}"` string interpolation being deprecated in php 8.2

Open TysonAndre opened this issue 3 years ago • 1 comments

https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation

Depends on a planned php-ast change

TysonAndre avatar Aug 05 '22 20:08 TysonAndre

This could be improved further by also warning in php < 8.2 when the polyfill parser is used instead of the native parser

TysonAndre avatar Aug 08 '22 23:08 TysonAndre