<?phpnamespaceDoctrine\DBAL\Platforms;/** * The SQLAnywhere11Platform provides the behavior, features and SQL dialect of the * SAP Sybase SQL Anywhere 11 database platform. */classSQLAnywhere11PlatformextendsSQLAnywherePlatform{/** * {@inheritdoc} */publicfunctiongetRegexpExpression(){return'REGEXP';}/** * {@inheritdoc} */protectedfunctiongetReservedKeywordsClass(){