php
php copied to clipboard
parser: string interpolation
<?php
$var1 = "test";
$var2 = "{$var1}Append"; //<-- not a literal string