4.2.16. Remove Dollar Curly

This cobbler transforms the ```` structure into {$ }. It is assumed that the content of the curly braces are only a variable name.

This update is important for PHP 8.2, where the syntax is deprecated.

4.2.16.1. Before

<?php

$a = "";

?>

4.2.16.2. After

<?php

$a = "{$b}";

?>

4.2.16.3. Specs

Short Name

Structures/RemoveDollarCurly

Exakat version

2.3.0

Available in

Entreprise Edition, Exakat Cloud