Seditio Source
Root |
./othercms/croogo-4.0.7/vendor/cakephp/cakephp-codesniffer/CakePHP/Tests/PHP/DisallowShortOpenTagUnitTest.inc
<?php
/**
 * If shortopen tags are not enabled phpcs will report that the file has no php code
 * Ensure that there is some php code to skip that logic
 */
$ensure = 'some php code'; ?>

<?
echo "this should fail";