Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
SQL
/
Parser
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/SQL/Parser
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: Visitor.php
<?php namespace Doctrine\DBAL\SQL\Parser; /** * SQL parser visitor * * @internal */ interface Visitor { /** * Accepts an SQL fragment containing a positional parameter */ public function acceptPositionalParameter(string $sql): void; /** * Accepts an SQL fragment containing a named parameter */ public function acceptNamedParameter(string $sql): void; /** * Accepts other SQL fragments */ public function acceptOther(string $sql): void; }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
Exception
-
0755
2025-01-16 13:28
ðï¸
Rename
Exception.php
128 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Visitor.php
501 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply