📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 22:18:27
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/src/Standards/Squiz/Tests/PHP
🔄 Refresh
✏️
Editing: EmbeddedPhpUnitTest.25.inc.fixed
Read Only
<?php // This test case file MUST always start with a open PHP tag set (with this comment) to prevent // the tests running into the "first PHP open tag excepted" condition breaking the tests. // Tests related to that "first PHP open tag excepted" condition should go in separate files. // Tests indent calculation in combination with PHP 7.3+ flexible heredoc/nowdocs. ?> <?php echo <<<HEREDOC HEREDOC; ?> <?php echo <<<'NOWDOC' NOWDOC; ?> <?php echo $j; ?> <?php // This test case file MUST always end with an unclosed open PHP tag (with this comment) to prevent // the tests running into the "last PHP closing tag excepted" condition breaking tests. // Tests related to that "last PHP closing tag excepted" condition should go in separate files.
💾 Save Changes
❌ Cancel