Exakat\Analyzer\Php\Php70RemovedFunctions::analyze PHP Метод

analyze() публичный Метод

public analyze ( )
    public function analyze()
    {
        $this->functions = array('ereg', 'ereg_replace', 'eregi', 'eregi_replace', 'split', 'spliti', 'sql_regcase', 'magic_quotes_runtime', 'set_magic_quotes_runtime', 'call_user_method', 'call_user_method_array', 'set_socket_blocking', 'mcrypt_ecb', 'mcrypt_cbc', 'mcrypt_cfb', 'mcrypt_ofb', 'datefmt_set_timezone_id', 'imagepsbbox', 'imagepsencodefont', 'imagepsextendfont', 'imagepsfreefont', 'imagepsloadfont', 'imagepsslantfont', 'imagepstext');
        parent::analyze();
    }
Php70RemovedFunctions