Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D26async_query_prepared.phpt24 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
25 echo "pg_connection_status() error\n";
37 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
38 echo "pg_connection_status() error\n";
79 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
80 echo "pg_connection_status() error\n";
93 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
94 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.phpt24 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
25 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";
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h531 ZEND_FUNCTION(pg_connection_status);
650 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
H A Dpgsql.stub.php874 function pg_connection_status(PgSql\Connection $connection): int {} function
H A Dpgsql.c3459 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument

Completed in 27 milliseconds