Home
last modified time | relevance | path

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

/PHP-8.0/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 D29nb_async_connect.phpt15 } elseif (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {
39 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
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-8.0/ext/pgsql/
H A Dphp_pgsql.h66 PHP_FUNCTION(pg_connection_status);
H A Dpgsql_arginfo.h518 ZEND_FUNCTION(pg_connection_status);
635 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
H A Dpgsql.stub.php443 function pg_connection_status($connection): int {} function
H A Dpgsql.c3501 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument

Completed in 28 milliseconds