===========================================================
                                      .___ __  __   
          _________________  __ __  __| _/|__|/  |_ 
         / ___\_` __ \__  \ |  |  \/ __ | | \\_  __\
        / /_/  >  | \// __ \|  |  / /_/ | |  ||  |  
        \___  /|__|  (____  /____/\____ | |__||__|  
       /_____/            \/           \/           
              grep rough audit - static analysis tool
                  v2.8 written by @Wireghoul
=================================[justanotherhacker.com]===
php-cas-1.3.8/source/CAS.php-1457-            if (is_string($params)) {
php-cas-1.3.8/source/CAS.php:1458:                phpCAS :: error('method `phpCAS::logout($url)\' is now deprecated, use `phpCAS::logoutWithUrl($url)\' instead');
php-cas-1.3.8/source/CAS.php-1459-            }
##############################################
php-cas-1.3.8/source/CAS/Client.php-1579-                phpCAS::trace(
php-cas-1.3.8/source/CAS/Client.php:1580:                    'user = `'.$_SESSION['phpCAS']['user'].'\', PGT = `'
php-cas-1.3.8/source/CAS/Client.php-1581-                    .$_SESSION['phpCAS']['pgt'].'\''
##############################################
php-cas-1.3.8/source/CAS/Client.php-1763-            $client_ip = $_SERVER['REMOTE_ADDR'];
php-cas-1.3.8/source/CAS/Client.php:1764:            $client = gethostbyaddr($client_ip);
php-cas-1.3.8/source/CAS/Client.php-1765-            phpCAS::trace("Client: ".$client."/".$client_ip);
##############################################
php-cas-1.3.8/source/CAS/Client.php-2130-                $user = trim($success_elements->item(0)->nodeValue);
php-cas-1.3.8/source/CAS/Client.php:2131:                phpCAS::trace('user = `'.$user.'`');
php-cas-1.3.8/source/CAS/Client.php-2132-                $this->_setUser($user);
##############################################
php-cas-1.3.8/source/CAS/Client.php-2439-            if (preg_match('/^[PT]GT-[\.\-\w]+$/', $pgtId)) {
php-cas-1.3.8/source/CAS/Client.php:2440:                phpCAS::trace('Storing PGT `'.$pgtId.'\' (id=`'.$pgtIou.'\')');
php-cas-1.3.8/source/CAS/Client.php-2441-                $this->_storePGT($pgtId, $pgtIou);
##############################################
php-cas-1.3.8/source/CAS/Client.php-2451-                    $this->printHTMLHeader('phpCAS callback');
php-cas-1.3.8/source/CAS/Client.php:2452:                    echo '<p>Storing PGT `'.$pgtId.'\' (id=`'.$pgtIou.'\').</p>';
php-cas-1.3.8/source/CAS/Client.php-2453-                    $this->printHTMLFooter();
##############################################
php-cas-1.3.8/source/CAS/Client.php-3950-        if (!empty($ip)) {
php-cas-1.3.8/source/CAS/Client.php:3951:            $dns = gethostbyaddr($ip);
php-cas-1.3.8/source/CAS/Client.php-3952-        }
##############################################
php-cas-1.3.8/source/CAS/Request/CurlMultiRequest.php-133-        do {
php-cas-1.3.8/source/CAS/Request/CurlMultiRequest.php:134:            curl_multi_exec($multiHandle, $running);
php-cas-1.3.8/source/CAS/Request/CurlMultiRequest.php-135-        } while ($running > 0);
##############################################
php-cas-1.3.8/source/CAS/Request/CurlRequest.php-74-        *********************************************************/
php-cas-1.3.8/source/CAS/Request/CurlRequest.php:75:        $buf = curl_exec($ch);
php-cas-1.3.8/source/CAS/Request/CurlRequest.php-76-        if ( $buf === false ) {