REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 2.29 KB
Close
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/WhiteSpace/SuperfluousWhitespaceStandard.xml
Text
Base64
<documentation title="Superfluous Whitespace"> <standard> <![CDATA[ There should be no superfluous whitespace at the start of a file. ]]> </standard> <code_comparison> <code title="Valid: No whitespace preceding first content in file."> <![CDATA[<?php echo 'opening PHP tag at start of file'; ]]> </code> <code title="Invalid: Whitespace used before content in file."> <![CDATA[ <em> </em> <?php echo 'whitespace before opening PHP tag'; ]]> </code> </code_comparison> <standard> <![CDATA[ There should be no trailing whitespace at the end of lines. ]]> </standard> <code_comparison> <code title="Valid: No whitespace found at end of line."> <![CDATA[ echo 'semicolon followed by new line char'; ]]> </code> <code title="Invalid: Whitespace found at end of line."> <![CDATA[ echo 'trailing spaces after semicolon';<em> </em> ]]> </code> </code_comparison> <standard> <![CDATA[ There should be no consecutive blank lines in functions. ]]> </standard> <code_comparison> <code title="Valid: Functions do not contain multiple empty lines in a row."> <![CDATA[ function myFunction() { echo 'code here'; echo 'code here'; } ]]> </code> <code title="Invalid: Functions contain multiple empty lines in a row."> <![CDATA[ function myFunction() { echo 'code here'; <em> </em>echo 'code here'; } ]]> </code> </code_comparison> <standard> <![CDATA[ There should be no superfluous whitespace after the final closing PHP tag in a file. ]]> </standard> <code_comparison> <code title="Valid: A single new line appears after the last content in the file."> <![CDATA[ function myFunction() { echo 'Closing PHP tag, then'; echo 'Single new line char, then EOF'; } ?><em> </em> ]]> </code> <code title="Invalid: Multiple new lines appear after the last content in the file."> <![CDATA[ function myFunction() { echo 'Closing PHP tag, then'; echo 'Multiple new line chars, then EOF'; } ?><em> </em> ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 10
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
CastSpacingStandard.xml
491 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FunctionClosingBraceSpaceStandard.xml
1.58 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
FunctionOpeningBraceSpaceStandard.xml
561 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
LanguageConstructSpacingStandard.xml
578 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
MemberVarSpacingStandard.xml
2.00 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ObjectOperatorSpacingStandard.xml
529 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ScopeClosingBraceStandard.xml
1.28 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
ScopeKeywordSpacingStandard.xml
592 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SemicolonSpacingStandard.xml
462 B
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
SuperfluousWhitespaceStandard.xml
2.29 KB
lrw-r--r--
2025-11-04 16:30:35
Edit
Download
Rename
Chmod
Change Date
Delete
OK
Cancel
recursive
OK
Cancel
recursive
OK
Cancel
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).