===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-62-``AnnotationReader`` sets the second parameter $autoload
php-doctrine-annotations-1.11.1/docs/en/annotations.rst:63:of ``class_exists($name, $autoload)`` to false. To work flawlessly the
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-64-``AnnotationReader`` requires silent autoloaders which many autoloaders are
##############################################
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-196-
php-doctrine-annotations-1.11.1/docs/en/annotations.rst:197:- Calling ``AnnotationRegistry#registerFile($file)`` to register a file
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-198-  that contains one or more annotation classes.
##############################################
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-205-  namespace to directory separator approach to resolve the correct path.
php-doctrine-annotations-1.11.1/docs/en/annotations.rst:206:- Calling ``AnnotationRegistry#registerLoader($callable)`` to register
php-doctrine-annotations-1.11.1/docs/en/annotations.rst-207-  an autoloader callback. The callback accepts the class as first and
##############################################
php-doctrine-annotations-1.11.1/tests/Doctrine/Tests/Common/Annotations/AnnotationRegistryTest.php-110-        $autoLoader = static function () use (&$i, $className): bool {
php-doctrine-annotations-1.11.1/tests/Doctrine/Tests/Common/Annotations/AnnotationRegistryTest.php:111:            eval('class ' . $className . ' {}');
php-doctrine-annotations-1.11.1/tests/Doctrine/Tests/Common/Annotations/AnnotationRegistryTest.php-112-            $i += 1;