PhpMigration\Changes\v5dot5\IncompCaseInsensitive::__construct PHP Метод

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

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