pdo.stub.php 263 B

12345678910111213141516
  1. <?php
  2. /** @generate-class-entries */
  3. class PDOException extends RuntimeException
  4. {
  5. /** @var int|string */
  6. protected $code = 0;
  7. public ?array $errorInfo = null;
  8. }
  9. /**
  10. * @return array<int, string>
  11. * @refcount 1
  12. */
  13. function pdo_drivers(): array {}