Home
last modified time | relevance | path

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

/PHP-7.4/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h82 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) macro
H A Dpgsql_driver.c673 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file"); in PHP_METHOD()
775 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file for writing"); in PHP_METHOD()
809 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to write to file"); in PHP_METHOD()

Completed in 15 milliseconds