📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 01:33:16
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
src
/
Standards
/
Squiz
/
Tests
/
PHP
✏️
Editing: EmbeddedPhpUnitTest.21.inc
<?php // This test case file MUST always start with a long 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. ?> <!-- The complete tag block will **NOT** be ignored when it is the last (closed) tag block in a file as long as it is followed by non-empty inline HTML. --> <div> <?= 'too much indent and close tag not on own line'; ?> </div> <p>Some more content after the last PHP tag block.</p>
💾 Save Changes
❌ Cancel