Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D26async_query_prepared.phpt23 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
24 echo "pg_connection_status() error\n";
36 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
37 echo "pg_connection_status() error\n";
78 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
79 echo "pg_connection_status() error\n";
92 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
93 echo "pg_connection_status() error\n";
H A D29nb_async_connect.phpt17 } elseif (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
41 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
H A D02connection.phpt16 if (pg_connection_status($db) != PGSQL_CONNECTION_OK)
18 echo "pg_connection_status() error\n";
H A D25async_query_params.phpt23 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
24 echo "pg_connection_status() error\n";
H A D04async_query.phpt21 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
22 echo "pg_connection_status() error\n";
H A Dpg_socket_poll.phpt41 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h568 ZEND_FUNCTION(pg_connection_status);
696 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
H A Dpgsql.stub.php885 function pg_connection_status(PgSql\Connection $connection): int {} function
H A Dpgsql.c3657 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument

Completed in 31 milliseconds