===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
phpunit-environment-5.1.3/src/Console.php-135-    {
phpunit-environment-5.1.3/src/Console.php:136:        if (function_exists('shell_exec') && preg_match('#\d+ (\d+)#', shell_exec('stty size') ?: '', $match) === 1) {
phpunit-environment-5.1.3/src/Console.php-137-            if ((int) $match[1] > 0) {
##############################################
phpunit-environment-5.1.3/src/Console.php-141-
phpunit-environment-5.1.3/src/Console.php:142:        if (function_exists('shell_exec') && preg_match('#columns = (\d+);#', shell_exec('stty') ?: '', $match) === 1) {
phpunit-environment-5.1.3/src/Console.php-143-            if ((int) $match[1] > 0) {
##############################################
phpunit-environment-5.1.3/src/Runtime.php-259-     * at startup. Then checks for each php.ini setting passed
phpunit-environment-5.1.3/src/Runtime.php:260:     * via the `$values` parameter whether this setting has
phpunit-environment-5.1.3/src/Runtime.php-261-     * been changed at runtime. Returns an array of strings