Home
last modified time | relevance | path

Searched refs:pg_connection_status (Results 1 – 7 of 7) sorted by relevance

/PHP-5.5/ext/pgsql/tests/
H A D26async_query_prepared.phpt21 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
22 echo "pg_connection_status() error\n";
34 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
35 echo "pg_connection_status() error\n";
76 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
77 echo "pg_connection_status() error\n";
90 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
91 echo "pg_connection_status() error\n";
H A D02connection.phpt14 if (pg_connection_status($db) != PGSQL_CONNECTION_OK)
16 echo "pg_connection_status() error\n";
H A D04async_query.phpt16 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
17 echo "pg_connection_status() error\n";
H A D25async_query_params.phpt21 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
22 echo "pg_connection_status() error\n";
/PHP-5.5/ext/pgsql/
H A Dphp_pgsql.h70 PHP_FUNCTION(pg_connection_status);
H A DREADME118 int pg_connection_status(resource connection)
H A Dpgsql.c571 PHP_FE(pg_connection_status, arginfo_pg_connection_status)
4507 PHP_FUNCTION(pg_connection_status) argument

Completed in 22 milliseconds