🔐 Sid Gifari File Manager Pro
v8.0.5 | 2026-06-15 05:26:21 | 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: NullableVsInlineThenTest.inc
Read Only
<?php abstract class Nullable { /* testNullableReadonlyOnly */ readonly ?int $prop; /* testNullablePrivateSet */ private(set) ?int $prop2; /* testNullablePublicProtectedSet */ public protected(set) ?int $prop3; /* testNullableFinalOnly */ final ?bool $prop4; /* testNullableAbstractOnly */ abstract ?string $prop5 { get; } } class InlineThen { /* testInlineThenInPropertyDefaultValue */ public int $prop = self::SOMECONT ? PHP_CONST ? OTHER_CONST; }
💾 Save Changes
❌ Cancel