Why does the error Parse error: syntax error, unexpected $ end result?
<?php $x=10; echo <<<МЕТКА $x МЕТКА; ?> <?php $x=10; echo <<<МЕТКА $x МЕТКА; ?> But if you copy all the php code above and replace it with the code below, the error disappears, why? visually nothing changes.
And I do not understand, where is the mistake here?
<?php echo <<<RRR fff RRR; ?>