📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:33:21
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
✏️
Editing: EmbeddedPhpUnitTest.25.inc
<?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