🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-17 10:34:02 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Docs
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/PHP
🔄 Refresh
✏️
Editing: HeredocStandard.xml
Read Only
<documentation title="Heredoc"> <standard> <![CDATA[ Forbids the use of heredoc and nowdoc syntax. ]]> </standard> <code_comparison> <code title="Valid: Using standard strings or inline HTML."> <![CDATA[ $text = "some $text"; ?> some text <?php ]]> </code> <code title="Invalid: Using heredoc or nowdoc syntax."> <![CDATA[ $text = <em><<<EOD some $text EOD</em>; echo <em><<<'EOD' some text EOD</em>; ]]> </code> </code_comparison> </documentation>
💾 Save Changes
❌ Cancel