===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-symfony-polyfill-1.18.1/README.md-65-- `\*Error` exceptions must be caught before `\Exception`;
php-symfony-polyfill-1.18.1/README.md:66:- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
php-symfony-polyfill-1.18.1/README.md:67:  verified using `isset($e['message'][0])` instead of `null !== $e`.
php-symfony-polyfill-1.18.1/README.md-68-
##############################################
php-symfony-polyfill-1.18.1/src/Php70/README.md-21-- `\*Error` exceptions must be caught before `\Exception`;
php-symfony-polyfill-1.18.1/src/Php70/README.md:22:- after calling `error_clear_last()`, the result of `$e = error_get_last()` must be
php-symfony-polyfill-1.18.1/src/Php70/README.md:23:  verified using `isset($e['message'][0])` instead of `null !== $e`.
php-symfony-polyfill-1.18.1/src/Php70/README.md-24-
##############################################
php-symfony-polyfill-1.18.1/src/Util/TestListenerTrait.php-56-                try {
php-symfony-polyfill-1.18.1/src/Util/TestListenerTrait.php:57:                    eval($defLine);
php-symfony-polyfill-1.18.1/src/Util/TestListenerTrait.php-58-                } catch (\PHPUnit_Framework_Exception $ex){
##############################################
php-symfony-polyfill-1.18.1/debian/control-329-  * after calling `error_clear_last()`, the result of
php-symfony-polyfill-1.18.1/debian/control:330:    `$e = error_get_last()` must be verified using
php-symfony-polyfill-1.18.1/debian/control:331:    `isset($e['message'][0])` instead of `null === $e`.
php-symfony-polyfill-1.18.1/debian/control-332- .