📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 00:01:44
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
Tokenizer
✏️
Editing: CreatePositionMapHeredocNowdocCloserTest.inc
<?php /* testHeredocCloserNoIndent */ $heredoc = <<<EOD some text some text some text EOD; /* testNowdocCloserNoIndent */ $nowdoc = <<<'EOD' some text some text some text EOD; /* testHeredocCloserSpaceIndent */ $heredoc = <<<END a b c END; /* testNowdocCloserSpaceIndent */ $nowdoc = <<<'END' a b c END; /* testHeredocCloserTabIndent */ $heredoc = <<<"END" a b c END; /* testNowdocCloserTabIndent */ $nowdoc = <<<'END' a b c END;
💾 Save Changes
❌ Cancel