===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
pdepend-2.8.0/scripts/php-keywords.php-18-} elseif (false === file_exists($file) || time() - filemtime($file) > 7200) {
pdepend-2.8.0/scripts/php-keywords.php:19:    shell_exec(sprintf("wget -c '%s'", $url));
pdepend-2.8.0/scripts/php-keywords.php-20-    touch($file);
##############################################
pdepend-2.8.0/scripts/php-keywords.php-92-    file_put_contents($file, sprintf($code, $image));
pdepend-2.8.0/scripts/php-keywords.php:93:    exec(sprintf("%s -l '%s'", PHP_BINARY, $file), $output, $retval);
pdepend-2.8.0/scripts/php-keywords.php-94-
##############################################
pdepend-2.8.0/src/main/php/PDepend/Metrics/Analyzer/HalsteadAnalyzer.php-315-                    // Because `)` could appear in default argument assignment
pdepend-2.8.0/src/main/php/PDepend/Metrics/Analyzer/HalsteadAnalyzer.php:316:                    // (`$var = array()`), we need to skip until `{`, but that
pdepend-2.8.0/src/main/php/PDepend/Metrics/Analyzer/HalsteadAnalyzer.php-317-                    // one should be included in operators.
##############################################
pdepend-2.8.0/src/main/php/PDepend/Util/ImageConvert.php-89-
pdepend-2.8.0/src/main/php/PDepend/Util/ImageConvert.php:90:            system("convert {$input} {$output}");
pdepend-2.8.0/src/main/php/PDepend/Util/ImageConvert.php-91-        } else {
##############################################
pdepend-2.8.0/src/test/php/PDepend/ApplicationTest.php-82-        $bin = realpath(__DIR__ . '/../../../../src/bin/pdepend.php');
pdepend-2.8.0/src/test/php/PDepend/ApplicationTest.php:83:        $output = shell_exec('echo "<?php class FooBar {}" | php ' . $bin . ' --summary-xml=foo.xml -');
pdepend-2.8.0/src/test/php/PDepend/ApplicationTest.php-84-        $xml = @file_get_contents('foo.xml');
##############################################
pdepend-2.8.0/src/test/php/PDepend/Source/AST/ASTStringTest.php-112-        }
pdepend-2.8.0/src/test/php/PDepend/Source/AST/ASTStringTest.php:113:        $expected = array("Issue `", '$ticketNo', '`');
pdepend-2.8.0/src/test/php/PDepend/Source/AST/ASTStringTest.php-114-
##############################################
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsExpectedCompoundVariable.php-2-function testBacktickExpressionContainsExpectedCompoundVariable() {
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsExpectedCompoundVariable.php:3:    $expr = `${$foo * $bar}`;
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsExpectedCompoundVariable.php-4-}
##############################################
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsTwoChildNodes.php-2-function testBacktickExpressionContainsTwoChildNodes() {
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsTwoChildNodes.php:3:    $expr = `ls $dir`;
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionContainsTwoChildNodes.php-4-}
##############################################
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionWithEmbeddedComplexDoubleQuoteString.php-3-{
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionWithEmbeddedComplexDoubleQuoteString.php:4:    $foo = `Issue "$ticketNo"`;
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testBacktickExpressionWithEmbeddedComplexDoubleQuoteString.php-5-}
##############################################
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testDoubleQuoteStringWithEmbeddedComplexBacktickExpression.php-3-{
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testDoubleQuoteStringWithEmbeddedComplexBacktickExpression.php:4:    return "Issue `$ticketNo`";
pdepend-2.8.0/src/test/resources/files/Source/AST/ASTString/testDoubleQuoteStringWithEmbeddedComplexBacktickExpression.php-5-}
##############################################
pdepend-2.8.0/src/test/resources/files/Source/Language/PHP/PHPTokenizerInternal/testReturnsExpectedTokensForBacktickExpressionWithEmbeddedString.php:1:<?php `Issue "$ticketNo"`;
##############################################
pdepend-2.8.0/src/test/resources/files/Source/Language/PHP/PHPTokenizerInternal/testReturnsExpectedTokensForStringWithEmbeddedBacktickExpression.php:1:<?php "Issue `$ticketNo`";
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/015/testParserBacktickExpression.php-5-    {
pdepend-2.8.0/src/test/resources/files/bugs/015/testParserBacktickExpression.php:6:        $res = `php -f "$type" -s "$dsn" "$destination"\``;
pdepend-2.8.0/src/test/resources/files/bugs/015/testParserBacktickExpression.php-7-    }
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEmbeddedStringExpression.php-5-    {
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEmbeddedStringExpression.php:6:        return `Manuel Pichler "$ticketNo"`;
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEmbeddedStringExpression.php-7-    }
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEscapedVariable.php-6-    function bar(){
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEscapedVariable.php:7:        `\$baz = new baz_$r('');`;
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesBacktickExpressionWithEscapedVariable.php-8-    }
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedBacktickExpression.php-5-    {
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedBacktickExpression.php:6:        "DESCRIBE `$table`";
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedBacktickExpression.php-7-    }
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedExpression.php-8-    {
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedExpression.php:9:        "DESCRIBE `$tableName`";
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEmbeddedExpression.php-10-    }
##############################################
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEscapedVariable.php-6-    function bar(){
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEscapedVariable.php:7:        eval("\$baz = new baz_$r('');");
pdepend-2.8.0/src/test/resources/files/bugs/114/testParserHandlesStringWithEscapedVariable.php-8-    }