Home
last modified time | relevance | path

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

/PHP-8.0/ext/pgsql/tests/
H A D26async_query_prepared.phpt20 while(pg_connection_busy($db)); // busy wait: intended
33 while(pg_connection_busy($db)); // busy wait: intended
75 while(pg_connection_busy($db)); // busy wait: intended
89 while(pg_connection_busy($db)); // busy wait: intended
H A D02connection.phpt22 if (pg_connection_busy($db))
24 echo "pg_connection_busy() error\n";
H A Dnonblocking.inc32 } elseif (!pg_connection_busy($db)) {
H A D04async_query.phpt15 while(pg_connection_busy($db)); // busy wait: intended
H A D25async_query_params.phpt20 while(pg_connection_busy($db)); // busy wait: intended
/PHP-8.0/ext/pgsql/
H A Dphp_pgsql.h67 PHP_FUNCTION(pg_connection_busy);
H A Dpgsql_arginfo.h522 ZEND_FUNCTION(pg_connection_busy);
639 ZEND_FE(pg_connection_busy, arginfo_pg_connection_busy)
H A Dpgsql.stub.php455 function pg_connection_busy($connection): bool {} function
H A Dpgsql.c3629 PHP_FUNCTION(pg_connection_busy) in PHP_FUNCTION() argument

Completed in 26 milliseconds