1
0
mirror of https://github.com/php/php-src.git synced 2026-04-17 13:01:02 +02:00
Files
archived-php-src/ext/pdo/pdo.stub.php

15 lines
211 B
PHP

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