Home
last modified time | relevance | path

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

/php-src/ext/pgsql/tests/
H A D26async_query_prepared.phpt23 while(pg_connection_busy($db)); // busy wait: intended
36 while(pg_connection_busy($db)); // busy wait: intended
78 while(pg_connection_busy($db)); // busy wait: intended
92 while(pg_connection_busy($db)); // busy wait: intended
H A D02connection.phpt24 if (pg_connection_busy($db))
26 echo "pg_connection_busy() error\n";
H A D25async_query_params.phpt23 while(pg_connection_busy($db)); // busy wait: intended
H A D04async_query.phpt20 while(pg_connection_busy($db)); // busy wait: intended
/php-src/ext/pgsql/tests/inc/
H A Dnonblocking.inc32 } elseif (!pg_connection_busy($db)) {
/php-src/ext/pgsql/
H A Dpgsql_arginfo.h535 ZEND_FUNCTION(pg_connection_busy);
654 ZEND_FE(pg_connection_busy, arginfo_pg_connection_busy)
H A Dpgsql.stub.php882 function pg_connection_busy(PgSql\Connection $connection): bool {} function
H A Dpgsql.c3601 PHP_FUNCTION(pg_connection_busy) in PHP_FUNCTION() argument

Completed in 35 milliseconds