Home
last modified time | relevance | path

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

/PHP-8.1/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 D04async_query.phpt18 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
19 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";
/PHP-8.1/ext/pgsql/
H A Dpgsql_arginfo.h520 ZEND_FUNCTION(pg_connection_status);
637 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
H A Dpgsql.stub.php448 function pg_connection_status(PgSql\Connection $connection): int {} function
H A Dpgsql.c3492 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument

Completed in 29 milliseconds