Home
last modified time | relevance | path

Searched defs:dsn (Results 1 – 4 of 4) sorted by relevance

/PHP-8.1/ext/pdo/
H A Dpdo_dbh.stub.php8 …public function __construct(string $dsn, ?string $username = null, ?string $password = null, ?arra…
H A Dpdo_dbh.c210 char *dsn = NULL; in dsn_from_uri() local
/PHP-8.1/ext/odbc/
H A Dodbc.stub.php73 function odbc_connect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_USE…
76 function odbc_pconnect(string $dsn, string $user, string $password, int $cursor_option = SQL_CUR_US…
/PHP-8.1/ext/pdo_odbc/
H A Dodbc_driver.c496 char *dsn; in pdo_odbc_handle_factory() local

Completed in 14 milliseconds