Searched refs:pg_connection_status (Results 1 – 9 of 9) sorted by relevance
21 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";
15 } elseif (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {39 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
14 if (pg_connection_status($db) != PGSQL_CONNECTION_OK)16 echo "pg_connection_status() error\n";
16 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {17 echo "pg_connection_status() error\n";
21 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {22 echo "pg_connection_status() error\n";
66 PHP_FUNCTION(pg_connection_status);
518 ZEND_FUNCTION(pg_connection_status);635 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
443 function pg_connection_status($connection): int {} function
3501 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument
Completed in 27 milliseconds