📁 File Manager Pro
v10.0.3 | PHP: 8.2.31
Server: LiteSpeed
2026-07-02 02:20:58
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Files
/
File
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Files/File
🔄 Refresh
✏️
Editing: GetTokensAsStringTest.inc
Read Only
<?php /* testNamespace */ namespace Foo\Bar\Baz; /* testUseWithComments */ use Foo /*comment*/ \ Bar // phpcs:ignore Stnd.Cat.Sniff -- For reasons. \ Bah; $cl = function() { /* testCalculation */ return 1 + 2 + // Comment. 3 + 4 + 5 + 6 + 7 > 20; } /* testEchoWithTabs */ echo 'foo', 'bar' , 'baz'; /* testEndOfFile */ echo $foo;
💾 Save Changes
❌ Cancel