Home
last modified time | relevance | path

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

/PHP-8.2/ext/pgsql/tests/
H A Dbug75419.phpt11 $db1 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
12 $db2 = pg_connect($conn_str, PGSQL_CONNECT_FORCE_NEW);
H A Dbug65119.phpt14 $connection = pg_pconnect($conn_str, PGSQL_CONNECT_FORCE_NEW);
/PHP-8.2/ext/pgsql/
H A Dphp_pgsql.h62 #define PGSQL_CONNECT_FORCE_NEW (1<<1) macro
H A Dpgsql.stub.php26 const PGSQL_CONNECT_FORCE_NEW = UNKNOWN; define
H A Dpgsql_arginfo.h681 REGISTER_LONG_CONSTANT("PGSQL_CONNECT_FORCE_NEW", PGSQL_CONNECT_FORCE_NEW, CONST_PERSISTENT); in register_pgsql_symbols()
H A Dpgsql.c557 smart_str_append_long(&str, connect_type & ~PGSQL_CONNECT_FORCE_NEW); in php_pgsql_do_connect()
639 if (!(connect_type & PGSQL_CONNECT_FORCE_NEW) in php_pgsql_do_connect()

Completed in 25 milliseconds