<?$to_print = null; //Just to make sure.$to_print .= <<<EOFSome text.EOF;$x = 4 * 3;$to_print.=<<<EOF{$x} = 3*4.EOF;//End of the file.echo $to_print; //You can also use other print function?>