Wouldn't you like to have adequate interpolation in php? ``` $index = 12345; const SOMETHING = 333;
function number() {
return 888;
}
echo "this is a ${{ number() + 123 * $index + SOMETHING }} string";
```
Wouldn't you like to have adequate interpolation in php? ``` $index = 12345; const SOMETHING = 333;
function number() {
return 888;
}
echo "this is a ${{ number() + 123 * $index + SOMETHING }} string";
```