Explorer
home
/
zoteqbgb
/
public_html
/
vendor
/
doctrine
/
dbal
/
src
/
ArrayParameters
/
Exception
Location:
/home/zoteqbgb/public_html/vendor/doctrine/dbal/src/ArrayParameters/Exception
Root path:
/home/zoteqbgb/public_html/config/676626
Editing: MissingPositionalParameter.php
<?php namespace Doctrine\DBAL\ArrayParameters\Exception; use Doctrine\DBAL\ArrayParameters\Exception; use LogicException; use function sprintf; /** @internal */ class MissingPositionalParameter extends LogicException implements Exception { public static function new(int $index): self { return new self( sprintf('Positional parameter at index %d does not have a bound value.', $index), ); } }
Save maftirs
Upload
Start Upload
New File
Create File
New Folder
Create Folder
Directory Contents
Name
Size
Perms
Modified
Actions
MissingNamedParameter.php
404 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
MissingPositionalParameter.php
437 bytes
0644
2025-01-16 13:28
âï¸
ðï¸
Rename
Chang
Apply