REDROOM
PHP 8.2.31
Path:
Logout
Edit File
Size: 1.09 KB
Close
/opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Generic/Docs/Strings/UnnecessaryHeredocStandard.xml
Text
Base64
<documentation title="Unnecessary Heredoc"> <standard> <![CDATA[ If no interpolation or expressions are used in the body of a heredoc, nowdoc syntax should be used instead. ]]> </standard> <code_comparison> <code title="Valid: Using nowdoc syntax for a text string without any interpolation or expressions."> <![CDATA[ $nowdoc = <em><<<'EOD'</em> some text EOD; ]]> </code> <code title="Invalid: Using heredoc syntax for a text string without any interpolation or expressions."> <![CDATA[ $heredoc = <em><<<EOD</em> some text EOD; ]]> </code> </code_comparison> <code_comparison> <code title="Valid: Using heredoc syntax for a text string containing interpolation or expressions."> <![CDATA[ $heredoc = <em><<<"EOD"</em> some $text EOD; ]]> </code> <code title="Invalid: Using heredoc syntax for a text string without any interpolation or expressions."> <![CDATA[ $heredoc = <em><<<"EOD"</em> some text EOD; ]]> </code> </code_comparison> </documentation>
Save
Close
Exit & Reset
Text mode: syntax highlighting auto-detects file type.
Directory Contents
Dirs: 0 × Files: 2
Delete Selected
Select All
Select None
Sort:
Name
Size
Modified
Enable drag-to-move
Name
Size
Perms
Modified
Actions
UnnecessaryHeredocStandard.xml
1.09 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
UnnecessaryStringConcatStandard.xml
526 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
Zip Selected
If ZipArchive is unavailable, a
.tar
will be created (no compression).