Searched refs:pg_connection_status (Results 1 – 8 of 8) sorted by relevance
23 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";
17 } elseif (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {41 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
16 if (pg_connection_status($db) != PGSQL_CONNECTION_OK)18 echo "pg_connection_status() error\n";
18 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {19 echo "pg_connection_status() error\n";
23 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {24 echo "pg_connection_status() error\n";
532 ZEND_FUNCTION(pg_connection_status);652 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
874 function pg_connection_status(PgSql\Connection $connection): int {} function
3437 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument
Completed in 36 milliseconds