PATH:
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
Strings
<?php $string = "Hello\tThere"; $string = "Hello There\r\n"; $string = 'Hello There'; $string = "Hello $there"; $string = 'Hello'."$there '".'hi'; $string = "My name is 'Greg'"; $string = 'Hello'.' There'."\n"; $string = "Hello There\f"; $string = "Hello There\b"; $string = "Hello\vThere"; $string = "\x0"; $string = 'Hello '.$there.' Greg'; $string = "<div class='$class'>"; $string = "Value: $var[test]"; $string = "\0"; $string = '$var'; $x = "bar = '$z', baz = '" . $a . "'...$x"; $string = 'Hello there'; $string = 'Hello there'; $string = "\123 \234"."\u123"."\e"; echo 'window.location = "'.$url."\";\n"; echo '' $string = 'Hello there'; function test() { echo "It Worked'; }
[+]
..
[-] 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]