PhpMigration\Changes\v5dot6\IncompMisc::__construct PHP Method

__construct() public method

public __construct ( )
    public function __construct()
    {
        $this->gmpTable = new SymbolTable($this->gmpTable, SymbolTable::IC);
        $this->mcryptTable = new SymbolTable($this->mcryptTable, SymbolTable::IC);
    }