We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
There was an error while loading. Please reload this page.
1 parent de54f83 commit 4556f9dCopy full SHA for 4556f9d
UPGRADING
@@ -107,7 +107,7 @@ PHP 8.2 UPGRADE NOTES
107
RFC: https://wiki.php.net/rfc/deprecate_partially_supported_callables
108
109
. The "${var}" and "${expr}" style string interpolations are deprecated and
110
- will be removed in PHP 9. Use "$var"/"{$var}" or "${expr}", respectively.
+ will be removed in PHP 9. Use "$var"/"{$var}" or "{${expr}}", respectively.
111
RFC: https://wiki.php.net/rfc/deprecate_dollar_brace_string_interpolation
112
113
- Mbstring:
0 commit comments