PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Strings
<?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>
[+]
..
[-] EchoedStringsUnitTest.inc.fixed
[edit]
[-] DoubleQuoteUsageUnitTest.inc.fixed
[edit]
[-] ConcatenationSpacingUnitTest.php
[edit]
[-] EchoedStringsUnitTest.inc
[edit]
[-] ConcatenationSpacingUnitTest.inc
[edit]
[-] DoubleQuoteUsageUnitTest.php
[edit]
[-] ConcatenationSpacingUnitTest.inc.fixed
[edit]
[-] EchoedStringsUnitTest.php
[edit]
[-] DoubleQuoteUsageUnitTest.inc
[edit]