PHP 8.2.31
Preview: HeredocStandard.xml Size: 546 B
//opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Docs/PHP/HeredocStandard.xml

<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>

Directory Contents

Dirs: 0 × Files: 1

Name Size Perms Modified Actions
546 B lrw-r--r-- 2025-11-04 16:30:35
Edit Download

If ZipArchive is unavailable, a .tar will be created (no compression).