<?php

_('Test 1');

if (true) {
    $html = <<<HTML
        <p>Here is my HTML code</p>
    HTML;
}

_('Test 2');

if (true) {
    $html = <<<HTML
        <p>Here is another HTML code</p>
HTML;
}

_('Test 3');

if (true) {
    $html = <<<HTML
        <p>Here is my HTML code</p>
    HTML;
}

_('Test 4');

if (true) {
    $html = <<<JAVASCRIPT
        alert(1);
JAVASCRIPT;
}

_('Test 5');
