1
0
mirror of https://github.com/php/php-src.git synced 2026-03-30 12:13:02 +02:00
Files
archived-php-src/ext/pdo/pdo.stub.php
2022-01-01 17:54:59 +01:00

17 lines
263 B
PHP

<?php
/** @generate-class-entries */
class PDOException extends RuntimeException
{
/** @var int|string */
protected $code = 0;
public ?array $errorInfo = null;
}
/**
* @return array<int, string>
* @refcount 1
*/
function pdo_drivers(): array {}