php icon indicating copy to clipboard operation
php copied to clipboard

parser: string interpolation

Open stephens2424 opened this issue 10 years ago • 0 comments

<?php
$var1 = "test";
$var2 = "{$var1}Append"; //<-- not a literal string

stephens2424 avatar Apr 09 '15 05:04 stephens2424