File "DisallowShortOpenTagUnitTest.2.inc"

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

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