File "EchoedStringsUnitTest.inc"

Full Path: /home/warrior1/public_html/wp-content/themes/storefront/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/Strings/EchoedStringsUnitTest.inc
File size: 300 bytes
MIME-type: text/x-php
Charset: utf-8

<?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>