!C99Shell v. 2.5 [PHP 8 Update] [24.05.2025]!

Software: Apache/2.4.41 (Ubuntu). PHP/8.0.30 

uname -a: Linux apirnd 5.4.0-204-generic #224-Ubuntu SMP Thu Dec 5 13:38:28 UTC 2024 x86_64 

uid=33(www-data) gid=33(www-data) groups=33(www-data) 

Safe-mode: OFF (not secure)

/var/www/html/dokan/script/vendor/doctrine/annotations/lib/Doctrine/Common/Annotations/   drwxrwxrwx
Free 12.97 GB of 57.97 GB (22.37%)
Home    Back    Forward    UPDIR    Refresh    Search    Buffer    Encoder    Tools    Proc.    FTP brute    Sec.    SQL    PHP-code    Update    Self remove    Logout    


Viewing file:     ImplicitlyIgnoredAnnotationNames.php (5.17 KB)      -rwxrwxrwx
Select action/file-type:
(+) | (+) | (+) | Code (+) | Session (+) | (+) | SDB (+) | (+) | (+) | (+) | (+) | (+) |
<?php

declare(strict_types=1);

namespace 
Doctrine\Common\Annotations;

/**
 *  A list of annotations that are implicitly ignored during the parsing process.
 *
 *  All names are case sensitive.
 */
final class ImplicitlyIgnoredAnnotationNames
{
    private const 
Reserved = [
        
'Annotation' => true,
        
'Attribute'  => true,
        
'Attributes' => true,
        
/* Can we enable this? 'Enum' => true, */
        
'Required'   => true,
        
'Target'     => true,
    ];

    private const 
WidelyUsedNonStandard = [
        
'fix'      => true,
        
'fixme'    => true,
        
'override' => true,
    ];

    private const 
PhpDocumentor1 = [
        
'abstract'   => true,
        
'access'     => true,
        
'code'       => true,
        
'deprec'     => true,
        
'endcode'    => true,
        
'exception'  => true,
        
'final'      => true,
        
'ingroup'    => true,
        
'inheritdoc' => true,
        
'inheritDoc' => true,
        
'magic'      => true,
        
'name'       => true,
        
'private'    => true,
        
'static'     => true,
        
'staticvar'  => true,
        
'staticVar'  => true,
        
'toc'        => true,
        
'tutorial'   => true,
        
'throw'      => true,
    ];

    private const 
PhpDocumentor2 = [
        
'api'            => true,
        
'author'         => true,
        
'category'       => true,
        
'copyright'      => true,
        
'deprecated'     => true,
        
'example'        => true,
        
'filesource'     => true,
        
'global'         => true,
        
'ignore'         => true,
        
/* Can we enable this? 'index' => true, */
        
'internal'       => true,
        
'license'        => true,
        
'link'           => true,
        
'method'         => true,
        
'package'        => true,
        
'param'          => true,
        
'property'       => true,
        
'property-read'  => true,
        
'property-write' => true,
        
'return'         => true,
        
'see'            => true,
        
'since'          => true,
        
'source'         => true,
        
'subpackage'     => true,
        
'throws'         => true,
        
'todo'           => true,
        
'TODO'           => true,
        
'usedby'         => true,
        
'uses'           => true,
        
'var'            => true,
        
'version'        => true,
    ];

    private const 
PHPUnit = [
        
'author'                         => true,
        
'after'                          => true,
        
'afterClass'                     => true,
        
'backupGlobals'                  => true,
        
'backupStaticAttributes'         => true,
        
'before'                         => true,
        
'beforeClass'                    => true,
        
'codeCoverageIgnore'             => true,
        
'codeCoverageIgnoreStart'        => true,
        
'codeCoverageIgnoreEnd'          => true,
        
'covers'                         => true,
        
'coversDefaultClass'             => true,
        
'coversNothing'                  => true,
        
'dataProvider'                   => true,
        
'depends'                        => true,
        
'doesNotPerformAssertions'       => true,
        
'expectedException'              => true,
        
'expectedExceptionCode'          => true,
        
'expectedExceptionMessage'       => true,
        
'expectedExceptionMessageRegExp' => true,
        
'group'                          => true,
        
'large'                          => true,
        
'medium'                         => true,
        
'preserveGlobalState'            => true,
        
'requires'                       => true,
        
'runTestsInSeparateProcesses'    => true,
        
'runInSeparateProcess'           => true,
        
'small'                          => true,
        
'test'                           => true,
        
'testdox'                        => true,
        
'testWith'                       => true,
        
'ticket'                         => true,
        
'uses'                           => true,
    ];

    private const 
PhpCheckStyle = ['SuppressWarnings' => true];

    private const 
PhpStorm = ['noinspection' => true];

    private const 
PEAR = ['package_version' => true];

    private const 
PlainUML = [
        
'startuml' => true,
        
'enduml'   => true,
    ];

    private const 
Symfony = ['experimental' => true];

    private const 
PhpCodeSniffer = [
        
'codingStandardsIgnoreStart' => true,
        
'codingStandardsIgnoreEnd'   => true,
    ];

    private const 
SlevomatCodingStandard = ['phpcsSuppress' => true];

    private const 
PhpStan = [
        
'extends' => true,
        
'implements' => true,
        
'template' => true,
        
'use' => true,
    ];

    private const 
Phan = ['suppress' => true];

    private const 
Rector = ['noRector' => true];

    public const LIST = 
self::Reserved
        
self::WidelyUsedNonStandard
        
self::PhpDocumentor1
        
self::PhpDocumentor2
        
self::PHPUnit
        
self::PhpCheckStyle
        
self::PhpStorm
        
self::PEAR
        
self::PlainUML
        
self::Symfony
        
self::SlevomatCodingStandard
        
self::PhpCodeSniffer
        
self::PhpStan
        
self::Phan
        
self::Rector;

    private function 
__construct()
    {
    }
}

:: Command execute ::

Enter:
 
Select:
 

:: Search ::
  - regexp 

:: Upload ::
 
[ ok ]

:: Make Dir ::
 
[ ok ]
:: Make File ::
 
[ ok ]

:: Go Dir ::
 
:: Go File ::
 

--[ c99shell v. 2.5 [PHP 8 Update] [24.05.2025] | Generation time: 0.0046 ]--