🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:27:28 | PHP 8.1.34
📂
/ (Root)
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
PHP
📍 /opt/cpanel/ea-wappspector/vendor/squizlabs/php_codesniffer/tests/Core/Tokenizers/PHP
🔄 Refresh
✏️
Editing: AnonClassParenthesisOwnerTest.inc
Read Only
<?php /* testNoParentheses */ $anonClass = new class { function __construct() {} }; /* testReadonlyNoParentheses */ $anonClass = new readonly class { function __construct() {} }; /* testNoParenthesesAndEmptyTokens */ $anonClass = new class // phpcs:ignore Standard.Cat { function __construct() {} }; /* testWithParentheses */ $anonClass = new class() {}; /* testReadonlyWithParentheses */ $anonClass = new readonly class() { function __construct() {} }; /* testWithParenthesesAndEmptyTokens */ $anonClass = new class /*comment */ () {};
💾 Save Changes
❌ Cancel