Home
last modified time | relevance | path

Searched refs:pdo_pgsql_error_msg (Results 1 – 2 of 2) sorted by relevance

/PHP-8.0/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h81 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) macro
H A Dpgsql_driver.c725 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file"); in PHP_METHOD()
826 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file for writing"); in PHP_METHOD()
860 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to write to file"); in PHP_METHOD()

Completed in 22 milliseconds