===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-opis-closure-3.6.0/CHANGELOG.md-96-anonymous class
php-opis-closure-3.6.0/CHANGELOG.md:97:- Fixed a bug that occurred when `$this` keyword was used inside an anonymous class
php-opis-closure-3.6.0/CHANGELOG.md-98-
##############################################
php-opis-closure-3.6.0/CHANGELOG.md-168-
php-opis-closure-3.6.0/CHANGELOG.md:169:* Fixed a bug where `$this` object was not handled properly inside the 
php-opis-closure-3.6.0/CHANGELOG.md-170-`SerializableClosre::serialize` method. 
##############################################
php-opis-closure-3.6.0/src/SerializableClosure.php-256-
php-opis-closure-3.6.0/src/SerializableClosure.php:257:        $this->closure = include(ClosureStream::STREAM_PROTO . '://' . $this->code['function']);
php-opis-closure-3.6.0/src/SerializableClosure.php-258-
##############################################
php-opis-closure-3.6.0/src/SerializableClosure.php-509-        ClosureStream::register();
php-opis-closure-3.6.0/src/SerializableClosure.php:510:        return include(ClosureStream::STREAM_PROTO . '://function(' . $args. '){' . $code . '};');
php-opis-closure-3.6.0/src/SerializableClosure.php-511-    }