===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php-112-            curl_setopt($ch, CURLOPT_WRITEFUNCTION, $dlCallback);
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php:113:            curl_exec($ch);
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php-114-            $response = $dlContent;
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php-115-        } else {
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php:116:            $response = curl_exec($ch);
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Application/WebAccess/WebAccessCUrl.php-117-        }
##############################################
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Finder/FinderCommon.php-32-     * Replace a part of the thumbnail URL from an option provided by the user, and known by this Finder.
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Finder/FinderCommon.php:33:     * URL options must be defined between `${}`.
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/src/WebThumbnailer/Finder/FinderCommon.php-34-     * Example:
##############################################
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php-12-$output = array();
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php:13:exec($command, $output);
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php-14-$pid = (int) $output[0];
##############################################
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php-26-    echo sprintf('%s - Killing process with ID %d', date('r'), $pid) . PHP_EOL;
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php:27:    exec('kill ' . $pid);
php-arthurhoaro-web-thumbnailer-2.0.3+dfsg/tests/bootstrap.php-28-});