Home
last modified time | relevance | path

Searched refs:pg_get_pid (Results 1 – 5 of 5) sorted by last modified time

/php-src/ext/pgsql/
H A Dpgsql.c4182 PHP_FUNCTION(pg_get_pid) in PHP_FUNCTION() argument
H A Dpgsql.stub.php904 function pg_get_pid(PgSql\Connection $connection): int {} function
H A Dpgsql_arginfo.h549 ZEND_FUNCTION(pg_get_pid);
671 ZEND_FE(pg_get_pid, arginfo_pg_get_pid)
/php-src/ext/pgsql/tests/
H A Dgh13519.phpt12 $pid1 = pg_get_pid($db1);
15 var_dump($pid1 === pg_get_pid($db2));
19 var_dump($pid1 === pg_get_pid($db2));
H A D20pg_get_pid.phpt2 PostgreSQL pg_get_pid() functions
14 $pid = pg_get_pid($db);

Completed in 29 milliseconds