Exakat\Analyzer\Structures\McryptcreateivWithoutOption::analyze PHP Method

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->code = 'mcrypt_create_iv';
        $this->rank = 1;
        parent::analyze();
    }
McryptcreateivWithoutOption