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

analyze() public method

public analyze ( )
    public function analyze()
    {
        $this->functions = array('get_resources', 'gc_mem_caches', 'preg_replace_callback_array', 'posix_setrlimit', 'random_bytes', 'random_int', 'intdiv', 'error_clear_last');
        parent::analyze();
    }
Php70NewFunctions