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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->functions = array('\\eval');
        parent::analyze();
    }
EvalWithoutTry