rabol It's implicit - dot '.' is a string concatenation operator, it's not a part of any possible PHP identifier.
Upon running with PHP, you're getting the syntax error:
Parse error: syntax error, unexpected token ".", expecting "{"
So I think this file is probably used as a template for further processing maybe?