���ѧۧݧ�ӧ�� �ާ֧ߧ֧էا֧� - ���֧էѧܧ�ڧ��ӧѧ�� - /home/zhaagvlk/public_html/wp-includes/Requests/library/block-bindings/ConnectionError.php.tar
���ѧ٧ѧ�
zhaagvlk/web.zhaap.com/vendor__1b5d5ff/doctrine/dbal/src/Driver/IBMDB2/Exception/ConnectionError.php0000644 00000001233 15160146747 0027754 0 ustar 00 home <?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\IBMDB2\Exception; use Doctrine\DBAL\Driver\AbstractException; use function db2_conn_error; use function db2_conn_errormsg; /** * @internal * * @psalm-immutable */ final class ConnectionError extends AbstractException { /** @param resource $connection */ public static function new($connection): self { $message = db2_conn_errormsg($connection); $sqlState = db2_conn_error($connection); return Factory::create($message, static function (int $code) use ($message, $sqlState): self { return new self($message, $sqlState, $code); }); } } zhaagvlk/web.zhaap.com/vendor__1b5d5ff/doctrine/dbal/src/Driver/Mysqli/Exception/ConnectionError.php0000644 00000001375 15160375600 0030332 0 ustar 00 home <?php declare(strict_types=1); namespace Doctrine\DBAL\Driver\Mysqli\Exception; use Doctrine\DBAL\Driver\AbstractException; use mysqli; use mysqli_sql_exception; use ReflectionProperty; /** * @internal * * @psalm-immutable */ final class ConnectionError extends AbstractException { public static function new(mysqli $connection): self { return new self($connection->error, $connection->sqlstate, $connection->errno); } public static function upcast(mysqli_sql_exception $exception): self { $p = new ReflectionProperty(mysqli_sql_exception::class, 'sqlstate'); $p->setAccessible(true); return new self($exception->getMessage(), $p->getValue($exception), (int) $exception->getCode(), $exception); } }
| ver. 1.4 |
Github
|
.
| PHP 8.1.34 | ���֧ߧ֧�ѧ�ڧ� ����ѧߧڧ��: 0 |
proxy
|
phpinfo
|
���ѧ����ۧܧ�