===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
tweeper-1.4.2/src/Tweeper.php-143-   */
tweeper-1.4.2/src/Tweeper.php:144:  private static function curlExec($ch) {
tweeper-1.4.2/src/Tweeper.php-145-    $ret = FALSE;
##############################################
tweeper-1.4.2/src/Tweeper.php-147-    do {
tweeper-1.4.2/src/Tweeper.php:148:      $ret = curl_exec($ch);
tweeper-1.4.2/src/Tweeper.php-149-      if (FALSE === $ret) {
##############################################
tweeper-1.4.2/src/Tweeper.php-171-    ]);
tweeper-1.4.2/src/Tweeper.php:172:    $contents = Tweeper::curlExec($ch);
tweeper-1.4.2/src/Tweeper.php-173-    curl_close($ch);
##############################################
tweeper-1.4.2/src/Tweeper.php-192-
tweeper-1.4.2/src/Tweeper.php:193:    $ret = Tweeper::curlExec($ch);
tweeper-1.4.2/src/Tweeper.php-194-    if (FALSE === $ret) {