Nie możliwe przecież jest stosowanie np.
<?php echo <<<HTML <!DOCTYPE html> <html lang="pl"> <head> </head> <body> ˇ¦Ć¬ " '' ' " </body> </html> HTML;
<?php $content = <<<CONTENT ˇ¦Ć¬ " '' '"' CONTENT; ?> <!DOCTYPE html> <html lang="pl"> <head> </head> <body> <?=$content?> </body> </html>