📁 File Manager Pro
v10.0.2 | PHP: 8.1.34
Server: LiteSpeed
2026-06-30 00:02:37
📂
/
/
opt
/
cpanel
/
ea-wappspector
/
vendor
/
squizlabs
/
php_codesniffer
/
tests
/
Core
/
Tokenizers
/
PHP
✏️
Editing: AnonClassParenthesisOwnerTest.inc
<?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