Searched refs:pg_connection_status (Results 1 – 9 of 9) 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";
23 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {24 echo "pg_connection_status() error\n";
21 if (pg_connection_status($db) === PGSQL_CONNECTION_BAD) {22 echo "pg_connection_status() error\n";
41 assert(pg_connection_status($db) === PGSQL_CONNECTION_OK);
885 function pg_connection_status(PgSql\Connection $connection): int {} function
575 ZEND_FUNCTION(pg_connection_status);706 ZEND_FE(pg_connection_status, arginfo_pg_connection_status)
3732 PHP_FUNCTION(pg_connection_status) in PHP_FUNCTION() argument
Completed in 32 milliseconds