<?php $name = 'John'; $str = <<<EOF Hello $name EOF; echo trim($str); ?>
Hello John
Syntax error (EOF must appear at the start of the line)
Hello $name