Skip to main content
✏️ Code CompletionPH PHP Medium+20 XP

Heredoc Syntax

Complete the heredoc opening delimiter.

✏️ Fill in the blank
$html = <<<___
<h1>Hello</h1>
_END_;

✏️ Type the missing code: