Home
last modified time | relevance | path

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

/PHP-7.2/ext/pdo_pgsql/
H A Dphp_pdo_pgsql_int.h84 #define pdo_pgsql_error_msg(d,e,m) _pdo_pgsql_error(d, NULL, e, NULL, m, __FILE__, __LINE__) macro
H A Dpgsql_driver.c680 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file"); in PHP_METHOD()
782 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to open the file for writing"); in PHP_METHOD()
816 pdo_pgsql_error_msg(dbh, PGRES_FATAL_ERROR, "Unable to write to file"); in PHP_METHOD()

Completed in 9 milliseconds