1<?php 2 3/** @generate-function-entries */ 4 5class PDOException extends RuntimeException 6{ 7} 8 9function pdo_drivers(): array {} 10
1<?php 2 3/** @generate-function-entries */ 4 5class PDOException extends RuntimeException 6{ 7} 8 9function pdo_drivers(): array {} 10