Searched refs:pg_connection_busy (Results 1 – 9 of 9) sorted by relevance
20 while(pg_connection_busy($db)); // busy wait: intended33 while(pg_connection_busy($db)); // busy wait: intended75 while(pg_connection_busy($db)); // busy wait: intended89 while(pg_connection_busy($db)); // busy wait: intended
22 if (pg_connection_busy($db))24 echo "pg_connection_busy() error\n";
32 } elseif (!pg_connection_busy($db)) {
15 while(pg_connection_busy($db)); // busy wait: intended
20 while(pg_connection_busy($db)); // busy wait: intended
67 PHP_FUNCTION(pg_connection_busy);
522 ZEND_FUNCTION(pg_connection_busy);639 ZEND_FE(pg_connection_busy, arginfo_pg_connection_busy)
455 function pg_connection_busy($connection): bool {} function
3629 PHP_FUNCTION(pg_connection_busy) in PHP_FUNCTION() argument
Completed in 23 milliseconds