Earlier quoted context omitted.
I personally think it looks broken and wrong. For short strings I don't see the point and for multiline strings, use a heredoc.
The reason I never use Heredoc is because you need to abandon your indentation, otherwise your tabs/spaces get included in the string. Is there a way around that?
[1] https://wiki.php.net/rfc/flexible_heredoc_nowdoc_syntaxes