🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 06:30:08 | PHP 8.1.34
📂
/ (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