Home
last modified time | relevance | path

Searched refs:PGSQL_CONNECT_FORCE_NEW (Results 1 – 4 of 4) sorted by relevance

/PHP-7.3/ext/pgsql/tests/
H A Dbug75419.phpt9 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
10 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A Dbug65119.phpt12 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/PHP-7.3/ext/pgsql/
H A Dphp_pgsql.h198 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
H A Dpgsql.c1127 …REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_CS | CONST_PERSIS… in PHP_MINIT_FUNCTION()
1328 if (Z_LVAL(args[1]) == PGSQL_CONNECT_FORCE_NEW) {
1330 } else if (Z_LVAL(args[1]) & PGSQL_CONNECT_FORCE_NEW) {
1331 smart_str_append_long(&str, Z_LVAL(args[1]) ^ PGSQL_CONNECT_FORCE_NEW);
1445 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW)

Completed in 25 milliseconds