Preview: EchoedStringsUnitTest.inc
Size: 300 B
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc
<?php
$string = 'hello';
echo $string;
echo 'hello';
echo('hello');
echo($hello);
echo ('hello');
echo ($hello);
echo($y) ;
echo ($loan_device->returndate == 0) ? 'Not returned' : date('d/m/Y', $loan_device->returndate);
?>
<p><?php echo ($foo) ? 'true' : 'false' ?></p>
<p><?php echo ($foo) ?></p>
Directory Contents
Dirs: 0 × Files: 9