Exakat\Analyzer\Php\Php55RemovedFunctions::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->functions = array('php_logo_guid', 'php_egg_logo_guid', 'php_real_logo_guid', 'zend_logo_guid', 'mcrypt_cbc', 'mcrypt_cfb', 'mcrypt_ecb', 'mcrypt_ofb');
        parent::analyze();
    }
Php55RemovedFunctions