Searched defs:errorInfo (Results 1 – 5 of 5) sorted by relevance
/PHP-8.1/ext/pdo/ | ||
H A D | pdo.stub.php | 9 public ?array $errorInfo = null; variable in PDOException |
H A D | pdo_dbh.stub.php | 20 public function errorInfo(): array {} function in PDO |
H A D | pdo_stmt.stub.php | 32 public function errorInfo(): array {} function in PDOStatement |
H A D | pdo_dbh.c | 1041 PHP_METHOD(PDO, errorInfo) in PHP_METHOD() argument |
H A D | pdo_stmt.c | 1542 PHP_METHOD(PDOStatement, errorInfo) in PHP_METHOD() argument |
Completed in 31 milliseconds