summaryrefslogtreecommitdiff
path: root/ext/pdo/pdo.stub.php
blob: 8e8a60cfd2d4a8ff26c7aab281269e5ad5a3fe68 (plain)
1
2
3
4
5
6
7
8
9
<?php

/** @generate-function-entries */

class PDOException extends RuntimeException
{
}

function pdo_drivers(): array {}