File "ClosingPHPTagUnitTest.1.inc"

Full Path: /home/warrior1/public_html/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Tests/PHP/ClosingPHPTagUnitTest.1.inc
File size: 95 bytes
MIME-type: text/x-php
Charset: utf-8

<?php
echo 'foo';
?>
<b>Bold text</b>
<?php
echo 'bar';
?>
<i>Italic text</i>
<?php
echo 'baz';