It's called heredoc. An easy way to define multiline strings which may include single or double quotes without needing to escape them.
See more here, for example.
Often you use heredocs to define large chunks of code. Some editors know about this and can highlight syntax for you there (if you specify language). Look:
与恶龙缠斗过久,自身亦成为恶龙;凝视深渊过久,深渊将回以凝视…