1
0
mirror of https://github.com/php/php-src.git synced 2026-04-08 00:22:52 +02:00
Files
archived-php-src/ext/pdo/pdo.stub.php
2021-02-09 22:38:06 +01:00

10 lines
124 B
PHP

<?php
/** @generate-function-entries */
class PDOException extends RuntimeException
{
}
function pdo_drivers(): array {}