is this a php tag? or some kind of tag define in a template engine?
$contents = <<<END "asdfasf sdf a END ;
This is the heredoc syntax for PHP strings.
Read the PHP manual on the string type.