File "DisallowShortOpenTagUnitTest.1.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/DisallowShortOpenTagUnitTest.1.inc
File size: 134 bytes
MIME-type: text/plain
Charset: utf-8

<div>
<?php echo $var; ?>
Some content here.

<?= $var; ?>
Some content <?= $var ?> Some more content
<?=
$var;
?>
<?=$var; ?>
</div>